Example #1
0
 private void btnNovo_Click(object sender, EventArgs e)
 {
     LimparCampos();
     LiberarCampos(false, true, true);
     LiberarBotoes(false, true, false, true);
     modo = true;
     txtDescricao.Focus();
     txtSeqformapagto.Text = FormaPagtoController.GetSeqFormaPagto().ToString();
     chkAtivo.Checked      = true;
 }