コード例 #1
0
 private void PauseFile()
 {
     media.Pause();
     this.isPause = false;
     this.isPlay  = true;
 }