Ejemplo n.º 1
0
 private void vehiculoToolStripMenuItem_Click(object sender, EventArgs e)
 {
     wfAutomovil obAutomovilM = new wfAutomovil();
     obAutomovilM.MdiParent = this;
     obAutomovilM.Show();
 }
Ejemplo n.º 2
0
 private void btnNext_Click(object sender, EventArgs e)
 {
     wfAutomovil automovil = new wfAutomovil();
     automovil.ShowDialog();
 }