share db
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user