Esempio n. 1
0
        public TestAgent(ViewProxy commands)
        {
            _viewProxy = commands;

            Thread thread = new Thread(WaitCommand);
            thread.Start();
        }
Esempio n. 2
0
        public TestAgent(ViewProxy commands)
        {
            _viewProxy = commands;

            Thread thread = new Thread(WaitCommand);

            thread.Start();
        }