コード例 #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
ファイル: Updater.cs プロジェクト: The-Mad-Pirate/Mist
 private void button_install_Click(object sender, EventArgs e)
 {
     updating = true;
     Updater_Progress download = new Updater_Progress(this, log);
     download.ShowDialog();
 }