Esempio n. 1
0
        public void Rock_Click(object sender, EventArgs e)
        {
            string userPlay = "rock";

            userResult.Text     = (userPlay);
            Result.Text         = "In Play";
            opponentResult.Text = (opponent1.OpponentPlay());
            Rock.Enabled        = false;
            Scissors.Enabled    = false;
            Paper.Enabled       = false;
        }