protected override void OnStart() { // Handle when your app starts SQLiteRepository.Init(); RestService.Init(); SyncService.Init(); }
public App() { SQLiteRepository.Init(); RestService.Init(); SyncService.Init(); InitializeComponent(); MainPage = new MainPage(); }