Ejemplo n.º 1
0
 void BtnAgregarClick(object sender, EventArgs e)
 {
     Nuevo nuevo = new Nuevo(this);
     nuevo.Show();
 }