Example #1
0
 private void MainForm_Shown(object sender, EventArgs e)
 {
     this.update          = UpdateXML.getLocal <UpdateXML>("temp\\update.xml");
     this.lbl_status.Text = "Downloading files ...";
     uri = new Uri(String.Format("{0}file=dungeon_teller_{1}.zip", ConfigXML.base_url, update.tool_version));
     downloadUpdate(this.uri);
 }