예제 #1
0
        private void startGame_Click(object sender, EventArgs e)
        {
            // creates the game
            Game g = new Game(redname.Text, bluename.Text);

            g.Show();
        }