private async void UpdateSuccess_Load(object sender, EventArgs e) { okay_button.Visible = false; icon.Visible = false; LogoAnimator.Show(icon); await Task.Delay(700); ButtonAnimator.Show(okay_button); }