Accessibility.Droid.MainActivity.OnCreate C# (CSharp) 메소드

OnCreate() 보호된 메소드

protected OnCreate ( Bundle bundle ) : void
bundle Bundle
리턴 void
        protected override void OnCreate(Bundle bundle)
        {
            base.OnCreate(bundle);

            global::Xamarin.Forms.Forms.Init(this, bundle);

            LoadApplication(new App());
        }
    }
MainActivity