BigRedButtonOfDeath.Android.Activity1.GameStarted C# (CSharp) Method

GameStarted() public method

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