示例#1
0
 private bool CheckForUpdates()
 {
     reader = new WebHandler();
     try
     {
         return(reader.CheckForUpdate(gitURL, "toolbox2019: ", 0, Main.version));
     }
     catch
     {
         ConsoleHandler.append_Notice("Something went wrong when checking for updates.. Failed to check for updates");
         return(false);
     }
 }