Ez most félig kész ...
This commit is contained in:
@@ -6,4 +6,14 @@ public partial class CheckListPage : ContentPage
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
protected override bool OnBackButtonPressed()
|
||||
{
|
||||
Shell.Current.GoToAsync("//MainPage");
|
||||
return true;
|
||||
}
|
||||
public async void OnButtonNewCheck(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user