Ejemplo n.º 1
0
 /// <summary>
 /// Saves the package file to ASProxy location
 /// </summary>
 static void ApplyPackage(EngineUpdateInfo updateInfo, string zipFile)
 {
     // installs engine files
     Updaters.InstallUpdatePackage(zipFile);
 }