Beispiel #1
0
 private decimal getupdateversion()
 {
     updateservice.LiveUpdate update = new UpdateClient.updateservice.LiveUpdate();
     return update.GetVersion();
 }
Beispiel #2
0
 private byte[] getUpdate()
 {
     updateservice.LiveUpdate update = new UpdateClient.updateservice.LiveUpdate();
     return update.GetExeFile();
 }