Quit() public method

Close MPlayer instance.
public Quit ( ) : void
return void
Esempio n. 1
0
 public void Finish()
 {
     _mPlayer.Quit();
 }