Пример #1
0
        public void ActivateExampleThread()
        {
            // Create it.
            ExampleThreadWorker worker = new ExampleThreadWorker();

            // Start it.
            ThreadDispatcher.StartWorker(worker);
            // Profit.
        }