timer1.Enabled = true; timer1.Start(); timer1.Interval = 500; progressBar1.Maximum = 10;
if (progressBar1.Value < 10) { progressBar1.Value++; } else { timer1.Stop(); Authentification f1 = new Authentification(); this.Hide(); f1.Show(); }
7 avril 2019 à 01:04