Exemple #1
0
 public void PauseControl()
 {
     if (this.bPlaying)
     {
         CTimer.t一時停止();
         this.bPlaying = false;
     }
     else
     {
         CTimer.t再開();
         this.bPlaying = true;
     }
 }
Exemple #2
0
 public void Stop()
 {
     cts?.Cancel();
     CTimer.t一時停止();
     this.bPlaying = false;
 }