Ejemplo n.º 1
0
 public void RemoveInfoTipItem(PropertyListEntry property)
 {
     if (IsSelectedProfileWritable)
     {
         SelectedProfile.RemoveInfoTipProperty(property);
         IsDirty = true;
     }
 }