示例#1
0
        private void button1_Click(object sender, EventArgs e)
        {
            F_Admin Form = new F_Admin();

            this.Hide();

            F_Mante Form2 = new F_Mante();

            Form2.Show();
        }
示例#2
0
        private void button1_Click(object sender, EventArgs e)
        {
            Form10 Form = new Form10();

            this.Hide();

            F_Mante Form5 = new F_Mante();

            Form5.Show();
        }
示例#3
0
        private void button2_Click(object sender, EventArgs e)
        {
            F_Caja Form = new F_Caja();

            this.Hide();

            F_Mante Form5 = new F_Mante();

            Form5.Show();
        }