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