Example #1
0
 private void btnSalvar_Click(object sender, EventArgs e)
 {
     cm.NomeCat = txtNomeCat.Text;
     cc.SalvarCategoria(cm);
 }