switch to sqlite
This commit is contained in:
20
Billing.Shared/SplashPage.xaml.cs
Normal file
20
Billing.Shared/SplashPage.xaml.cs
Normal file
@@ -0,0 +1,20 @@
|
||||
using Billing.UI;
|
||||
using Xamarin.Forms;
|
||||
|
||||
namespace Billing
|
||||
{
|
||||
public partial class SplashPage : BillingPage
|
||||
{
|
||||
public SplashPage()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
|
||||
public override async void OnLoaded()
|
||||
{
|
||||
await App.InitilalizeData();
|
||||
|
||||
await Shell.Current.GoToAsync("//Bills");
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user