コード例 #1
0
 public void PlayFile()
 {
     media.Play();
     this.isPlay  = false;
     this.isPause = true;
 }