Exemple #1
0
        private void tmiChangeScheduleBatch_Click(object sender, EventArgs e)
        {
            this.Cursor = Cursors.WaitCursor;
            frmChangeShiftBatchList pForm = new frmChangeShiftBatchList();

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