PeerCastStation.UI.Updater.Updater C# (CSharp) Method

Updater() public method

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