Пример #1
0
        public static void ThreadProc()
        {
            nut = new nutlib.NutControl(false);
            nut.Start();

            thread.Join();
        }
Пример #2
0
 public void Stop()
 {
     thread.Interrupt();
     nut.Stop();
     nut = null;
 }