예제 #1
0
        private void button3_Click(object sender, EventArgs e)
        {
            Autentification af = new Autentification();

            af.Show();
            Close();
        }
예제 #2
0
        private void button3_Click(object sender, EventArgs e)
        {
            Autentification.sessionUser = "";
            Autentification at = new Autentification();

            at.Show();
            Hide();
        }
예제 #3
0
 private void timer1_Tick(object sender, EventArgs e)
 {
     if (count == 14)
     {
         timer1.Stop();
         Hide();
         mf.Show();
     }
     count++;
 }