Ejemplo n.º 1
0
 //Downlaod succesfull
 public void DownloadSucces(string name)
 {
     DownloadChangesLabel.Invoke((MethodInvoker)(() => DownloadChangesLabel.Visible = false));
     label6.Invoke((MethodInvoker)(() => label6.Text = "Game setup finished!"));
     NextButton.Invoke((MethodInvoker)(() => NextButton.Visible = true));
 }