Ez most félig kész ...

This commit is contained in:
2025-03-03 13:24:23 +01:00
parent dca4f3ba73
commit 499daa0e17
12 changed files with 1803 additions and 67 deletions
@@ -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)
{
}
}