Exemplo n.º 1
0
 public VisualTreeItem(GraphicEntityDecorator entity, ITreeItemActions actions)
 {
     this.entity  = entity;
     this.actions = actions;
     Components   = new ObservableCollection <IVisualComponentItem>();
     hash         = new Dictionary <ElementTag, IVisualComponentItem>();
     RemoveItem   = new WpfActionCommand(OnSelfRemove);
 }
 public void GraphicEntityChange(GraphicEntityDecorator entity)
 {
     // Componets.Change(entity);
 }