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