Exemplo n.º 1
0
 private void btnNew_Click(object sender, EventArgs e)
 {
     txtIdTag.Text     = db.CreateNewTag(currentTag).ToString();
     btnChoose.Enabled = false;
     btnSave.Enabled   = true;
 }