Example #1
0
        private void второйToolStripMenuItem_Click(object sender, EventArgs e)
        {
            битвасмедведем fightWithBear = new битвасмедведем();

            fightWithBear.Show();
            this.Hide();
        }
Example #2
0
        private void button1_Click(object sender, EventArgs e)
        {
            битвасмедведем battleWithBear = new битвасмедведем();

            battleWithBear.Show();
            this.Hide();
        }
Example #3
0
        private void label2_Click(object sender, EventArgs e)
        {
            medvedDialogWin = 0;
            битвасмедведем б = new битвасмедведем();

            б.Show();
            this.Hide();
        }