Beispiel #1
0
 private void croqui(object sender, EventArgs e)
 {
     Cursor.Current = Cursors.WaitCursor;
     Application.DoEvents();
     //CadastrarTrafo t = new CadastrarTrafo();
     Croqui p = new Croqui();
     p.ShowDialog();
 }
Beispiel #2
0
        private void croqui(object sender, EventArgs e)
        {
            Cursor.Current = Cursors.WaitCursor;
            Application.DoEvents();
            //CadastrarTrafo t = new CadastrarTrafo();
            Croqui p = new Croqui();

            p.ShowDialog();
        }