Beispiel #1
0
        private void Back_Click(object sender, EventArgs e)
        {
            ShopForm main = new ShopForm();

            main.Show();
            this.Hide();
        }
Beispiel #2
0
 private void button1_Click(object sender, EventArgs e)
 {
     ShopForm f1 = new ShopForm();
     f1.Show();
     this.Hide();
 }