Example #1
0
        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();
        }
Example #2
0
        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();
        }