private void btnPAssunto_Click(object sender, System.EventArgs e) { frmConAssuntos pfConAssuntos = new frmConAssuntos(); pfConAssuntos.ShowDialog(); edtCodAssunto.Text = RotinasGlobais.Rotinas.sCodigoSelecionado; edtCodAssunto_Leave(this, null); }
private void OnBtnPAssunto(object sender, Event e) { frmConAssuntos fConAssuntos = new frmConAssuntos(this); fConAssuntos.ShowModal(); edtCodAssunto.Value = RotinasGlobais.Rotinas.sCodigoSelecionado; OnEdtCodAssunto_Killfocus(null, null); e.Skip(); }