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 Start()
 {
     CTimer.tリセット();
     CTimer.t再開();
     this.bPlaying = true;
 }