private void LOG_IN_Timer_Tick(object sender, EventArgs e) { if (this.Opacity <= 1.0) { this.Opacity += 0.025; } else { LOG_IN_Timer.Stop(); } }
private void Ashwin13_appbody_Load(object sender, EventArgs e) { this.Opacity = 0.1; LOG_IN_Timer.Start(); }