Esempio n. 1
0
        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();
        }
Esempio n. 2
0
        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();
        }