This commit is contained in:
gaoyuan
2022-03-11 22:25:31 +08:00
parent 6d2e0624ab
commit 51ac42b9fc
14 changed files with 134 additions and 19 deletions

View File

@@ -10,9 +10,9 @@ namespace Billing
InitializeComponent();
}
public override async void OnLoaded()
protected override async void OnLoaded()
{
await App.InitilalizeData();
await App.InitializeData();
await Shell.Current.GoToAsync("//Bills");
}