Exemplo n.º 1
0
        private void tmiRecruitmentSource_Click(object sender, EventArgs e)
        {
            this.Cursor = Cursors.WaitCursor;
            frmRecruitmentSourceList pForm = new frmRecruitmentSourceList();

            pForm.MdiParent = this;
            pForm.Show();
            this.Cursor = Cursors.Default;
        }