Beispiel #1
0
 private void btnIncluir_Click(object sender, EventArgs e)
 {
     LimparCampos();
     HabilitarControles(PassoCadastro.Edicao);
     Alteracao = AlteracaoCadastro.Incluir;
 }
Beispiel #2
0
 private void btnAlterar_Click(object sender, EventArgs e)
 {
     HabilitarControles(PassoCadastro.Edicao);
     Alteracao    = AlteracaoCadastro.Alterar;
     SelecaoAtual = lbxProdutos.SelectedIndex;
 }