Advertisement
Guest User

Untitled

a guest
May 25th, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. public override bool FinishedLaunching(UIApplication app, NSDictionary options)
  2. {
  3.  
  4. global::Xamarin.Forms.Forms.Init();
  5. global::Xamarin.Forms.FormsMaterial.Init();
  6. LoadApplication(new App());
  7.  
  8. return base.FinishedLaunching(app, options);
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement