Beispiel #1
0
        private void pictureBox3_Click(object sender, EventArgs e)
        {
            this.Hide();
            Staff_Master sm = new Staff_Master();

            sm.Show();
        }
Beispiel #2
0
        private void back_Click(object sender, EventArgs e)
        {
            this.Hide();
            Staff_Master sms = new Staff_Master();

            sms.Show();
        }