Esempio n. 1
0
        private void button5_Click(object sender, EventArgs e)
        {
            Maas ms = new Maas(0);

            ms.Show();
            this.Hide();
        }
Esempio n. 2
0
        private void button4_Click(object sender, EventArgs e)
        {
            Maas maas = new Maas(1);

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