private void cadastrarUsoMutuo(object sender, EventArgs e) { try { posteId = Convert.ToInt32(labelPosteID.Text); } catch (Exception) { return; } Cursor.Current = Cursors.WaitCursor; Application.DoEvents(); //CadastrarTrafo t = new CadastrarTrafo(); CadastrarUsoMutuo p = new CadastrarUsoMutuo(); p.ShowDialog(); }