Ejemplo n.º 1
0
 private void timer_Tick(object sender, EventArgs e)
 {
     bunifuCircleProgressbar1.Value += 1;
     bunifuCircleProgressbar1.Text   = bunifuCircleProgressbar1.ToString() + "%";
     if (bunifuCircleProgressbar1.Value == 100)
     {
         timer.Enabled = false;
         FormConnexion form = new FormConnexion();
         form.Show();
         this.Hide();
     }
 }
Ejemplo n.º 2
0
        private void gunaButton1_Click(object sender, EventArgs e)
        {
            FormConnexion frm = new FormConnexion();

            frm.Show();
        }