示例#1
0
文件: Updater.cs 项目: xaustinx/Mist
        private void button_install_Click(object sender, EventArgs e)
        {
            updating = true;
            Updater_Progress download = new Updater_Progress(this, log);

            download.ShowDialog();
        }
示例#2
0
 private void button_install_Click(object sender, EventArgs e)
 {
     updating = true;
     Updater_Progress download = new Updater_Progress(this, log);
     download.ShowDialog();
 }