Exemplo n.º 1
0
        private void button_install_Click(object sender, EventArgs e)
        {
            updating = true;
            Updater_Progress download = new Updater_Progress(this, log);

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