Exemplo n.º 1
0
 /// <summary>
 /// Apply a new request for the tube
 /// </summary>
 /// <param name="action"></param>
 internal void ApplyRequest(Action <Action> action, IActor actor)
 {
     mCommandExecutor.ApplyRequest(action, actor);
 }