diff --git a/gitignore b/.gitignore similarity index 100% rename from gitignore rename to .gitignore diff --git a/XAM-MDM/MauiApp1/App.xaml b/XAM-MDM/MauiApp1/App.xaml new file mode 100644 index 0000000..8fb5f38 --- /dev/null +++ b/XAM-MDM/MauiApp1/App.xaml @@ -0,0 +1,14 @@ + + + + + + + + + + + diff --git a/XAM-MDM/MauiApp1/App.xaml.cs b/XAM-MDM/MauiApp1/App.xaml.cs new file mode 100644 index 0000000..dfe7827 --- /dev/null +++ b/XAM-MDM/MauiApp1/App.xaml.cs @@ -0,0 +1,11 @@ +namespace MauiApp1; + +public partial class App : Application +{ + public App() + { + InitializeComponent(); + + MainPage = new AppShell(); + } +} diff --git a/XAM-MDM/MauiApp1/AppShell.xaml b/XAM-MDM/MauiApp1/AppShell.xaml new file mode 100644 index 0000000..b1bb675 --- /dev/null +++ b/XAM-MDM/MauiApp1/AppShell.xaml @@ -0,0 +1,14 @@ + + + + + + diff --git a/XAM-MDM/MauiApp1/AppShell.xaml.cs b/XAM-MDM/MauiApp1/AppShell.xaml.cs new file mode 100644 index 0000000..831b83b --- /dev/null +++ b/XAM-MDM/MauiApp1/AppShell.xaml.cs @@ -0,0 +1,9 @@ +namespace MauiApp1; + +public partial class AppShell : Shell +{ + public AppShell() + { + InitializeComponent(); + } +} diff --git a/XAM-MDM/MauiApp1/MainPage.xaml b/XAM-MDM/MauiApp1/MainPage.xaml new file mode 100644 index 0000000..11fd689 --- /dev/null +++ b/XAM-MDM/MauiApp1/MainPage.xaml @@ -0,0 +1,37 @@ + + + + + + + + +