diff --git a/src/CrossPlatformApps/O2NextGen.AutoVisorApp/App.xaml b/src/CrossPlatformApps/O2NextGen.AutoVisorApp/App.xaml new file mode 100644 index 00000000..f7c06b63 --- /dev/null +++ b/src/CrossPlatformApps/O2NextGen.AutoVisorApp/App.xaml @@ -0,0 +1,15 @@ + + + + + + + + + + + + diff --git a/src/CrossPlatformApps/O2NextGen.AutoVisorApp/App.xaml.cs b/src/CrossPlatformApps/O2NextGen.AutoVisorApp/App.xaml.cs new file mode 100644 index 00000000..47bea05d --- /dev/null +++ b/src/CrossPlatformApps/O2NextGen.AutoVisorApp/App.xaml.cs @@ -0,0 +1,12 @@ +namespace O2NextGen.AutoVisorApp; + +public partial class App : Application +{ + public App() + { + InitializeComponent(); + + MainPage = new AppShell(); + } +} + diff --git a/src/CrossPlatformApps/O2NextGen.AutoVisorApp/AppShell.xaml b/src/CrossPlatformApps/O2NextGen.AutoVisorApp/AppShell.xaml new file mode 100644 index 00000000..6a5420a5 --- /dev/null +++ b/src/CrossPlatformApps/O2NextGen.AutoVisorApp/AppShell.xaml @@ -0,0 +1,15 @@ + + + + + + + diff --git a/src/CrossPlatformApps/O2NextGen.AutoVisorApp/AppShell.xaml.cs b/src/CrossPlatformApps/O2NextGen.AutoVisorApp/AppShell.xaml.cs new file mode 100644 index 00000000..094ae44e --- /dev/null +++ b/src/CrossPlatformApps/O2NextGen.AutoVisorApp/AppShell.xaml.cs @@ -0,0 +1,10 @@ +namespace O2NextGen.AutoVisorApp; + +public partial class AppShell : Shell +{ + public AppShell() + { + InitializeComponent(); + } +} + diff --git a/src/CrossPlatformApps/O2NextGen.AutoVisorApp/MainPage.xaml b/src/CrossPlatformApps/O2NextGen.AutoVisorApp/MainPage.xaml new file mode 100644 index 00000000..de23c12e --- /dev/null +++ b/src/CrossPlatformApps/O2NextGen.AutoVisorApp/MainPage.xaml @@ -0,0 +1,42 @@ + + + + + + + + +