예제 #1
0
 public void MoveInfoTipProperty(PropertyListEntry toMove, PropertyListEntry target, bool before)
 {
     if (toMove != target)
     {
         InfoTips.Remove(toMove);
         InsertPropertyInProperties(InfoTips, toMove, target, before);
     }
 }
예제 #2
0
 public void RemoveInfoTipProperty(PropertyListEntry property)
 {
     InfoTips.Remove(property);
 }