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