Esempio n. 1
0
 /// <summary>
 /// Updates the manifest from the command and force AU
 /// </summary>
 /// <param name="cmd"></param>
 private void AutoUpdateCheckNow(GetCommandResponse cmd)
 {
     if (cmd.parameters.manifest != null)
     {
         AutoUpdate.ManifestUrl = cmd.parameters.manifest;
         AutoUpdate.Enabled     = true;
         AutoUpdate.CheckNow();
     }
 }