예제 #1
0
        private void strip_p_family_Click(object sender, EventArgs e)
        {
            FamilyForm familyForm = new FamilyForm();

            this.Hide();
            familyForm.ShowDialog();
        }
예제 #2
0
        private void msFamily_Click(object sender, EventArgs e)
        {
            FamilyForm familyForm = new FamilyForm(num(txtEmp_num), txtName.Text);

            this.Hide();
            familyForm.ShowDialog();
        }