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