예제 #1
0
 private void timer1_Tick(object sender, EventArgs e)
 {
     if (this.Opacity > 0.0)
     {
         this.Opacity -= 0.25;
     }
     else
     {
         Timerhilang.Stop();
         Application.Exit();
     }
 }
예제 #2
0
 private void keluar_Click(object sender, EventArgs e)
 {
     Timerhilang.Start();
 }