예제 #1
0
 public void StopWhateverYouArePlaying()
 {
     Ctlcontrols2.pause();
 }
예제 #2
0
 public void StopWhateverYouArePlaying()
 {
     Ctlcontrols2.pause();
     CurMode = VidkaPreviewPlayerMode.StillFrame;
     previousOneWasInFullScreen = false;
 }