예제 #1
0
 private IEnumerator WriteData()
 {
     while (true)
     {
         OpenDMX.WriteData();
         yield return(_wait);
     }
 }