private void btnPProfissao_Click(object sender, System.EventArgs e) { frmConProfissoes pfConProfissoes = new frmConProfissoes(); pfConProfissoes.ShowDialog(); edtCodProfissao.Text = RotinasGlobais.Rotinas.sCodigoSelecionado; edtCodProfissao_Leave(this, null); }
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(); }