diff --git a/src/CrossPlatformApps/O2NextGen.Business/O2NextGen.Business.App/App.xaml b/src/CrossPlatformApps/O2NextGen.Business/O2NextGen.Business.App/App.xaml new file mode 100644 index 00000000..3abf0880 --- /dev/null +++ b/src/CrossPlatformApps/O2NextGen.Business/O2NextGen.Business.App/App.xaml @@ -0,0 +1,14 @@ + + + + + + + + + + + diff --git a/src/CrossPlatformApps/O2NextGen.Business/O2NextGen.Business.App/App.xaml.cs b/src/CrossPlatformApps/O2NextGen.Business/O2NextGen.Business.App/App.xaml.cs new file mode 100644 index 00000000..b707ab83 --- /dev/null +++ b/src/CrossPlatformApps/O2NextGen.Business/O2NextGen.Business.App/App.xaml.cs @@ -0,0 +1,11 @@ +namespace O2NextGen.Business.App; + +public partial class App : Application +{ + public App() + { + InitializeComponent(); + + MainPage = new AppShell(); + } +} diff --git a/src/CrossPlatformApps/O2NextGen.Business/O2NextGen.Business.App/AppShell.xaml b/src/CrossPlatformApps/O2NextGen.Business/O2NextGen.Business.App/AppShell.xaml new file mode 100644 index 00000000..c0fb3bc3 --- /dev/null +++ b/src/CrossPlatformApps/O2NextGen.Business/O2NextGen.Business.App/AppShell.xaml @@ -0,0 +1,14 @@ + + + + + + diff --git a/src/CrossPlatformApps/O2NextGen.Business/O2NextGen.Business.App/AppShell.xaml.cs b/src/CrossPlatformApps/O2NextGen.Business/O2NextGen.Business.App/AppShell.xaml.cs new file mode 100644 index 00000000..ad9a419b --- /dev/null +++ b/src/CrossPlatformApps/O2NextGen.Business/O2NextGen.Business.App/AppShell.xaml.cs @@ -0,0 +1,9 @@ +namespace O2NextGen.Business.App; + +public partial class AppShell : Shell +{ + public AppShell() + { + InitializeComponent(); + } +} diff --git a/src/CrossPlatformApps/O2NextGen.Business/O2NextGen.Business.App/MainPage.xaml b/src/CrossPlatformApps/O2NextGen.Business/O2NextGen.Business.App/MainPage.xaml new file mode 100644 index 00000000..550b759e --- /dev/null +++ b/src/CrossPlatformApps/O2NextGen.Business/O2NextGen.Business.App/MainPage.xaml @@ -0,0 +1,41 @@ + + + + + + + + +