コード例 #1
0
        private void hr_btn_Click(object sender, EventArgs e)
        {
            humanResources hr = new humanResources();

            hr.Show();
            this.Hide();
        }
コード例 #2
0
        private void button1_Click(object sender, EventArgs e)
        {
            humanResources hr = new humanResources();

            hr.Show();
        }