Exemplo n.º 1
0
 public static void SendCloseRequest(Own destination, Own child)
 {
     var command = new CloseRequestCommand(destination, child);
     SendCommand(command);
 }
Exemplo n.º 2
0
 internal virtual void Process(CloseRequestCommand command)
 {
     throw new NotImplementedException();
 }