Ejemplo n.º 1
0
 public Updater()
 {
     this.url            = AppSettingsReader.GetUri("UpdateUrl", new Uri("http://www.pecastation.org/files/appcast.xml"));
     this.currentVersion = AppSettingsReader.GetDate("CurrentVersion", DateTime.Today);
 }