private void menuItem6_Click(object sender, EventArgs e) { trafoId = Convert.ToInt32(lblTtrafoId.Text); Cursor.Current = Cursors.WaitCursor; Application.DoEvents(); //CadastrarTrafo t = new CadastrarTrafo(); CadastrarPostes p = new CadastrarPostes(); p.ShowDialog(); }