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