Finish albums databinding development
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
parent
3beaf2a7af
commit
3777363726
@ -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());
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in new issue