Beispiel #1
0
 public void RemovePreviewDetailsItem(PropertyListEntry property)
 {
     if (IsSelectedProfileWritable)
     {
         SelectedProfile.RemovePreviewDetailsProperty(property);
         IsDirty = true;
     }
 }