コード例 #1
0
ファイル: AutoPlay.cs プロジェクト: egold555/Comet
 public void Stop(bool turnOffAllChannels)
 {
     if (executionInterface != null)
     {
         executionInterface.ExecuteStop(contextHandle, turnOffAllChannels);
     }
 }