Exemple #1
0
        private void btnBilgisayarOyna_Click(object sender, EventArgs e)
        {
            Labirent labirent = new Labirent(2);

            labirent.Show();
            this.Hide();
        }
Exemple #2
0
        private void btnTekBasinaOyna_Click(object sender, EventArgs e)
        {
            Labirent labirent = new Labirent(1);

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