diff --git a/qControlMAUI/App.xaml b/qControlMAUI/App.xaml deleted file mode 100644 index 834ff7d..0000000 --- a/qControlMAUI/App.xaml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - diff --git a/qControlMAUI/App.xaml.cs b/qControlMAUI/App.xaml.cs deleted file mode 100644 index bbc5d5d..0000000 --- a/qControlMAUI/App.xaml.cs +++ /dev/null @@ -1,12 +0,0 @@ -namespace qControlMAUI -{ - public partial class App : Application - { - public App() - { - InitializeComponent(); - - MainPage = new AppShell(); - } - } -} diff --git a/qControlMAUI/AppShell.xaml b/qControlMAUI/AppShell.xaml deleted file mode 100644 index dc75927..0000000 --- a/qControlMAUI/AppShell.xaml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - diff --git a/qControlMAUI/AppShell.xaml.cs b/qControlMAUI/AppShell.xaml.cs deleted file mode 100644 index 50a1cf8..0000000 --- a/qControlMAUI/AppShell.xaml.cs +++ /dev/null @@ -1,10 +0,0 @@ -namespace qControlMAUI -{ - public partial class AppShell : Shell - { - public AppShell() - { - InitializeComponent(); - } - } -} diff --git a/qControlMAUI/MainPage.xaml b/qControlMAUI/MainPage.xaml deleted file mode 100644 index 9191ba0..0000000 --- a/qControlMAUI/MainPage.xaml +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - -