Пример #1
0
        private void btnPProfissao_Click(object sender, System.EventArgs e)
        {
            frmConProfissoes pfConProfissoes = new frmConProfissoes();

            pfConProfissoes.ShowDialog();
            edtCodProfissao.Text = RotinasGlobais.Rotinas.sCodigoSelecionado;
            edtCodProfissao_Leave(this, null);
        }
Пример #2
0
        private void OnBtnPProfissao(object sender, Event e)
        {
            frmConProfissoes fConProfissoes = new frmConProfissoes(this);

            fConProfissoes.ShowModal();
            edtCodProfissao.Value = RotinasGlobais.Rotinas.sCodigoSelecionado;
            OnEdtCodProfissao_Killfocus(null, null);
            e.Skip();
        }