private void lblAtt_MouseClick(object sender, MouseEventArgs e)
        {
            attForm f2 = new attForm();

            f2.Show();
            Hide();
        }
        private void pictureBox7_MouseClick(object sender, MouseEventArgs e)
        {
            attForm back = new attForm();

            back.Show();
            Hide();
        }
Esempio n. 3
0
        private void pictureBox1_MouseClick(object sender, MouseEventArgs e)
        {
            this.Dispose();
            attForm back = new attForm();

            back.Show();
            //Hide();
        }