Ejemplo n.º 1
0
 public void RemoveNodeControl(NodeControl control)
 {
     controls.Remove(control);
 }
Ejemplo n.º 2
0
 public DeleteEventMenuManipulator(WindowState state, NodeControl control) : base(state)
 {
     this.control = control;
 }