示例#1
0
 public void detectGames()
 {
     Games.detectGames();
     Archives.DetectBackups();
     Monitor.Monitor.flushQueue();
     updater = new Updater.Updater(Games.xml, Games.GameDataFolder);
     Core.monitor.start();
 }