diff --git a/Sources/Ohara/App.xaml.cs b/Sources/Ohara/App.xaml.cs index a751b57..22d1d53 100644 --- a/Sources/Ohara/App.xaml.cs +++ b/Sources/Ohara/App.xaml.cs @@ -1,10 +1,12 @@ -using Plugin.Maui.Audio; +using Model; +using Plugin.Maui.Audio; namespace Ohara; public partial class App : Application { - public App() + public Manager manager { get; set; } = new Manager(); + public App() { InitializeComponent(); diff --git a/Sources/Ohara/AppShell.xaml b/Sources/Ohara/AppShell.xaml index 66dd193..04d8f36 100644 --- a/Sources/Ohara/AppShell.xaml +++ b/Sources/Ohara/AppShell.xaml @@ -4,17 +4,39 @@ xmlns="http://schemas.microsoft.com/dotnet/2021/maui" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" xmlns:local="clr-namespace:Ohara" - Shell.FlyoutBehavior="Disabled" - Shell.NavBarIsVisible="False"> + Shell.FlyoutBehavior="Locked" + Shell.NavBarIsVisible="False" + Shell.Background="#72a3b3" + > - - - - + + + + + + + + + + + + + + + + + + + + diff --git a/Sources/Ohara/MainPage.xaml b/Sources/Ohara/MainPage.xaml index 04d3b4f..a21a3e5 100644 --- a/Sources/Ohara/MainPage.xaml +++ b/Sources/Ohara/MainPage.xaml @@ -4,69 +4,24 @@ x:Class="Ohara.MainPage" BackgroundColor="#e2edf1"> - - - - - - - - - - - - - - - - - - - - -