Ejemplo n.º 1
0
 private void cipButton1_Click_1(object sender, EventArgs e)
 {
     Cursor.Current = Cursors.WaitCursor;
     Application.DoEvents();
     //InventarioIPInicial ip = new InventarioIPInicial();
     //ip.ShowDialog();
     Trafo p = new Trafo();
     p.Show();
 }
Ejemplo n.º 2
0
 private void menuItem8_Click(object sender, EventArgs e)
 {
     Cursor.Current = Cursors.WaitCursor;
     Application.DoEvents();
     Trafo t = new Trafo();
     t.Show();
 }