Beispiel #1
0
        private void button3_Click(object sender, EventArgs e)
        {
            this.Close();
            StartingOptions pz = new StartingOptions();

            pz.Show();
        }
Beispiel #2
0
        private void button1_Click(object sender, EventArgs e)
        {
            this.Hide();
            StartingOptions so = new StartingOptions();

            so.Show();
        }