public override object Clone() {
   PoolNodeStyle clone = new PoolNodeStyle {
       MultipleInstance = MultipleInstance,
       TableNodeStyle = (TableNodeStyle) TableNodeStyle.Clone(),
       IconColor = IconColor
   };
   return clone;
 }
예제 #2
0
 public PoolNodeEditLabelHelper(PoolNodeStyle style)
 {
     this.style = style;
 }