예제 #1
0
 public DebugController(IEngineCommunication communicator)
 {
     _communicator = communicator;
     _communicator.MessageReceived += new MessageReceivedHandler(_communicator_MessageReceived);
 }
예제 #2
0
 public DebugController(IEngineCommunication communicator)
 {
     _communicator = communicator;
     _communicator.MessageReceived += new MessageReceivedHandler(_communicator_MessageReceived);
 }