Beispiel #1
0
 public static void DataThread()
 {
     while (true)
     {
         OpenDMX.writeData();
         Thread.Sleep(50);
     }
 }