public static void ThreadProc() { nut = new nutlib.NutControl(false); nut.Start(); thread.Join(); }
public void Stop() { thread.Interrupt(); nut.Stop(); nut = null; }