示例#1
0
        private void btnNuevaVentana_Click(object sender, EventArgs e)
        {
            frmPruebaClases ventana = new frmPruebaClases();

            ventana.ShowDialog();
        }
示例#2
0
 private void btnNuevaVentana_Click(object sender, EventArgs e)
 {
     frmPruebaClases ventana = new frmPruebaClases();
     ventana.ShowDialog();
 }