Exemplo n.º 1
0
 private IEnumerator WriteData()
 {
     while (true)
     {
         OpenDMX.WriteData();
         yield return(_wait);
     }
 }