Example #1
0
        private void btn_workinformation_Click(object sender, EventArgs e)
        {
            this.Hide();
            Admin_workinfo f4 = new Admin_workinfo();

            f4.ShowDialog();
            this.Close();
        }
        private void workInfoToolStripMenuItem_Click(object sender, EventArgs e)
        {
            this.Hide();
            Admin_workinfo f4 = new Admin_workinfo();

            f4.ShowDialog();
            this.Close();
        }