예제 #1
0
 protected override void OnStart()
 {
     // Handle when your app starts
     SQLiteRepository.Init();
     RestService.Init();
     SyncService.Init();
 }
예제 #2
0
        public App()
        {
            SQLiteRepository.Init();
            RestService.Init();
            SyncService.Init();
            InitializeComponent();


            MainPage = new MainPage();
        }