BitfiWallet.NoxWifi.OnCreate C# (CSharp) 메소드

OnCreate() 보호된 메소드

protected OnCreate ( Bundle bundle ) : void
bundle Bundle
리턴 void
        protected override void OnCreate(Bundle bundle)
        {
            base.OnCreate(bundle);
            RequestWindowFeature(WindowFeatures.NoTitle);
            SetContentView(Resource.Layout.wifi_maina);
            activity = this;
        }
        protected override void OnStop()