Exemplo n.º 1
0
 private void timerStart_Tick(object sender, EventArgs e)
 {
     if (this.Opacity > 0.01)
     {
         this.Opacity = this.Opacity - 0.01;
     }
     else
     {
         this.timerStart.Enabled = false;
         this.Hide();
         PersonalEdition personalEdition = new PersonalEdition();
         personalEdition.Show();
     }
 }
Exemplo n.º 2
0
 private void timerStart_Tick(object sender, EventArgs e)
 {
     if (this.Opacity > 0.01)
     {
         this.Opacity = this.Opacity - 0.01;
     }
     else
     {
         this.timerStart.Enabled = false;
         this.Hide();
         PersonalEdition personalEdition = new PersonalEdition();
         personalEdition.Show();
     }
 }