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