Add project files.
This commit is contained in:
11
MonkeyFinder/View/MainPage.xaml.cs
Normal file
11
MonkeyFinder/View/MainPage.xaml.cs
Normal file
@ -0,0 +1,11 @@
|
||||
namespace MonkeyFinder.View;
|
||||
|
||||
public partial class MainPage : ContentPage
|
||||
{
|
||||
public MainPage(MonkeysViewModel viewModel)
|
||||
{
|
||||
InitializeComponent();
|
||||
BindingContext = viewModel;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user