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

            p.ShowDialog();
        }