Quit() public method

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