Beispiel #1
0
        protected override void OnCreate(Bundle bundle)
        {
            base.OnCreate(bundle);

            Current = this;
            Xamarin.Forms.Forms.Init(this, bundle);
            LoadApplication(new SettingsApp());
        }
        protected override void OnCreate(Bundle bundle)
        {
            base.OnCreate(bundle);

            Current = this;
            Xamarin.Forms.Forms.Init(this, bundle);
            LoadApplication(new SettingsApp());
        }
Beispiel #3
0
 protected override void OnDestroy()
 {
     base.OnDestroy();
     Current = null;
 }
 protected override void OnDestroy()
 {
     base.OnDestroy();
     Current = null;
 }