private void strip_p_career_Click(object sender, EventArgs e)
        {
            PreCompanyForm preCompanyForm = new PreCompanyForm();

            this.Hide();
            preCompanyForm.ShowDialog();
        }
Beispiel #2
0
        private void msPreCompany_Click(object sender, EventArgs e)
        {
            PreCompanyForm preCompanyForm = new PreCompanyForm(num(txtEmp_num), txtName.Text);

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