Esempio n. 1
0
        void button2_Click(object sender, EventArgs e)
        {
            Clientes cl = new Clientes();

            cl.Show();
            this.Hide();
        }
Esempio n. 2
0
 void btnBuscar_Click(object sender, EventArgs e)
 {
     Forms.Clientes cl = new Forms.Clientes();
     cl.Show();
     this.Hide();
 }