Exemple #1
0
        private void Start3x3_Click(object sender, EventArgs e)
        {
            Game3x3 g = new Game3x3();

            g.Show();
        }