Example #1
0
 /// <summary>
 /// Register the operation-controller.
 /// </summary>
 /// <param name="operationController">The type of the operation-controller.</param>
 protected void Register(T operationController)
 {
     RegisteredOperationControllers.Add(operationController);
 }