Ejemplo n.º 1
0
        public Updater()
        {
            Config           = new UpdateConfig();
            Config.UpdateUrl = string.Format("http://lsong.org/products/update.php");

            webClient = new System.Net.WebClient();
            webClient.DownloadProgressChanged += this.OnProgressChanged;
            webClient.DownloadFileCompleted   += this.OnCompleted;
        }
Ejemplo n.º 2
0
        public Updater()
        {
            Config = new UpdateConfig();
            Config.UpdateUrl = string.Format("http://lsong.org/products/update.php");

            webClient = new System.Net.WebClient();
            webClient.DownloadProgressChanged += this.OnProgressChanged;
            webClient.DownloadFileCompleted += this.OnCompleted;

        }