Ejemplo n.º 1
0
 // This method is invoked when the application has loaded its UI and its ready to run
 public override bool FinishedLaunching(UIApplication application, NSDictionary options)
 {
     Installation.MigrateDb();
     _homeListNavigationController = new HomeListNavigationController();
     window.AddSubview(_homeListNavigationController.View);
     window.BackgroundColor = UIColor.Black;
     window.MakeKeyAndVisible();
     Window = window;
     Console.WriteLine("FinishedLaunching");
     return(true);
 }
Ejemplo n.º 2
0
 public RestoreAlertViewDelegate(NSUrl url, HomeListNavigationController navController)
 {
     _urlToFile     = url;
     _navController = navController;
 }