Example #1
0
 void Button1Click(object sender, EventArgs e)
 {
     Cliente cliente = new Cliente();
     cliente.Show();
 }