Exemplo n.º 1
0
 private void btnModify_Click(object sender, EventArgs e)
 {
     if (CurrentSelectedTag != null)
     {
         TagEditor.ModifyTag(CurrentSelectedTag);
     }
 }