Beispiel #1
0
        private void buttonCancel_Click(object sender, EventArgs e)
        {
            Labirint labirint = new Labirint();

            labirint.Show();
            this.Hide();
        }
Beispiel #2
0
        private void pictureBox2_Click_1(object sender, EventArgs e)
        {
            Labirint labirint = new Labirint();

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