Пример #1
0
        public TestAgent(ViewProxy commands)
        {
            _viewProxy = commands;

            Thread thread = new Thread(WaitCommand);
            thread.Start();
        }
Пример #2
0
        public TestAgent(ViewProxy commands)
        {
            _viewProxy = commands;

            Thread thread = new Thread(WaitCommand);

            thread.Start();
        }