Ejemplo n.º 1
0
        private void btnShowQuery_Click(object sender, EventArgs e)
        {
            Exception msg  = new Exception(this.QUERY);
            ERROR     erro = new ERROR(msg);

            ControlsConfig.formShow(erro, this.Form);
        }
Ejemplo n.º 2
0
 private void btnDefinirGrupo_Click(object sender, EventArgs e)
 {
     ControlsConfig.formShow(new DefinirPermissoes(gridRelGrupo), this.Form, ControlsConfig.showType.Dialog);
 }