Close() public method

public Close ( bool fullShutdown ) : void
fullShutdown bool
return void
Beispiel #1
0
 public void Close(bool fullShutdown)
 {
     IncrementLastPlayed();
     active_engine.Close(fullShutdown);
 }