Yaircc.Net.ProgramUpdate.ProgramUpdate C# (CSharp) Method

ProgramUpdate() public method

Initialises a new instance of the Yaircc.Net.ProgramUpdate class.
public ProgramUpdate ( ) : System
return System
        public ProgramUpdate()
        {
            this.latestVersionUri = new Uri(@"http://www.yaircc.com/latest.xml");
            this.releaseNotesUri = new Uri(@"http://www.yaircc.com/release-notes.xml");
        }