BigRedButtonOfDeath.Android.Activity1.GameStarted C# (CSharp) Méthode

GameStarted() public méthode

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