diff --git a/Sources/Linaris/Layout.xaml.cs b/Sources/Linaris/Layout.xaml.cs index 81d840d..4fd35dd 100644 --- a/Sources/Linaris/Layout.xaml.cs +++ b/Sources/Linaris/Layout.xaml.cs @@ -1,29 +1,29 @@ -namespace Linaris; - -public partial class Layout : ContentView -{ - public Layout() - { - InitializeComponent(); - } - +namespace Linaris; + +public partial class Layout : ContentView +{ + public Layout() + { + InitializeComponent(); + } + private async void Go_Home(object sender, EventArgs e) { await Navigation.PushAsync(new MainPage()); - } - + } + private async void Go_Playlists(object sender, EventArgs e) { await Navigation.PushAsync(new PlaylistsPage()); - } - + } + private async void Go_Back(object sender, EventArgs e) { await Navigation.PopAsync(); - } - + } + private async void Go_Files(object sender, EventArgs e) { await Navigation.PushAsync(new LocalFilesPage()); - } + } } \ No newline at end of file diff --git a/Sources/Linaris/Linaris.csproj b/Sources/Linaris/Linaris.csproj index 1c75113..2bf4465 100644 --- a/Sources/Linaris/Linaris.csproj +++ b/Sources/Linaris/Linaris.csproj @@ -34,7 +34,7 @@ - +