Beispiel #1
0
 public void Interact(IOperationController operationController)
 {
     Debug.Assert(operationController != null);
     operationController.Accept(this);
 }