예제 #1
0
파일: WindowState.cs 프로젝트: sanwun/plato
 public void RemoveNodeControl(NodeControl control)
 {
     controls.Remove(control);
 }
예제 #2
0
 public DeleteEventMenuManipulator(WindowState state, NodeControl control) : base(state)
 {
     this.control = control;
 }