Exemplo n.º 1
0
        private void strip_p_family_Click(object sender, EventArgs e)
        {
            FamilyForm familyForm = new FamilyForm();

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

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