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