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