Ejemplo n.º 1
0
        private void btnContent_Click(object sender, EventArgs e)
        {
            frmInformationDetail frm = new frmInformationDetail(mEmployee);

            frm.ShowDialog();
            txtNoiDung.Text = "Đã có hồ sơ nhân viên";
        }
Ejemplo n.º 2
0
        private void btnContent_Click(object sender, EventArgs e)
        {
            frmInformationDetail frm = new frmInformationDetail(oRec);

            frm.ShowDialog();
            txtNoiDung.Enabled = false;
            txtNoiDung.Text    = "Đã có nội dung đợt tuyển dụng!";
        }
Ejemplo n.º 3
0
        private void btnCV_Click(object sender, EventArgs e)
        {
            frmInformationDetail frm = new frmInformationDetail(oCandidate);

            frm.ShowDialog();
            MessageBox.Show("" + oCandidate.Contents);
            txtNoiDung.Text = "Đã có sơ yếu lý lịch ứng viên";
        }
Ejemplo n.º 4
0
 private void btnContent_Click(object sender, EventArgs e)
 {
     frmInformationDetail frm = new frmInformationDetail();
 }