コード例 #1
0
 private void StopFile()
 {
     media.Stop();
     this.media.Source(null);
     this.isPause = false;
     this.isPlay  = false;
 }