Advertisement
Guest User

Untitled

a guest
Jul 17th, 2019
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. protected override void OnCreate(Bundle savedInstanceState)
  2. {
  3. base.OnCreate(savedInstanceState);
  4. global::Xamarin.Forms.Forms.Init(this,
  5. savedInstanceState);
  6. BBDXamarinConfig.Initialize();
  7. LoadApplication(new App());
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement