feature: shortcut

This commit is contained in:
2022-03-17 20:29:27 +08:00
parent 60f7824cb5
commit ef5e91aad1
18 changed files with 118 additions and 36 deletions

View File

@@ -14,7 +14,7 @@ namespace Billing
{
await App.InitializeData();
await Shell.Current.GoToAsync("//Bills");
await Shell.Current.GoToAsync(App.MainRoute);
}
}
}