BigRedButtonOfDeath.Android.Activity1.GameStarted C# (CSharp) 메소드

GameStarted() 공개 메소드

public GameStarted ( ) : void
리턴 void
        public void GameStarted()
        {
            SetContentView(Resource.Layout.selfdestruct); 
            Button button = FindViewById<Button>(Resource.Id.btnSelfDestruct);
            button.Click += OnSelfDestruct;
        }