Пример #1
0
        private StubInterface()
        {
            _instance = this;

            StubServer     = new RpcServer2();
            StubClient     = new StubClient();
            _messageParser = new StubMessageParser();
        }
Пример #2
0
        private StubInterface()
        {
            _instance = this;

            StubServer     = new RpcServer();
            StubClient     = new StubClient();
            MessageHandler = new StubMessageHandler();
        }