private void btnShowQuery_Click(object sender, EventArgs e) { Exception msg = new Exception(this.QUERY); ERROR erro = new ERROR(msg); ControlsConfig.formShow(erro, this.Form); }
private void btnDefinirGrupo_Click(object sender, EventArgs e) { ControlsConfig.formShow(new DefinirPermissoes(gridRelGrupo), this.Form, ControlsConfig.showType.Dialog); }