Пример #1
0
 public ConnectedClient(Socket socket) : base(socket)
 {
     packagePool = TypeContainer.Get <PackagePool>();
 }