Exemplo n.º 1
0
 public Agent(IProtocol protocol, Regulus.Network.IConnectProviderable client)
 {
     _Serializer     = protocol.GetSerialize();
     _Machine        = new StageMachine();
     _Core           = new AgentCore(protocol);
     connectproivder = client;
 }
Exemplo n.º 2
0
 public RemoteFactory(Regulus.Network.IConnectProviderable client)
 {
     _Client = client;
 }