Exemplo n.º 1
0
 private void Load_Timer_Tick(object sender, EventArgs e)
 {
     time++;
     if (time == 2)
     {
         Load_Timer.Stop();
         HandlingSystem.handlingSystem.Show();
         this.Hide();
         return;
     }
 }
 private void Load_Timer_Tick(object sender, EventArgs e)
 {
     Load_Timer.Stop();
     FadeOut_Timer.Start();
 }