示例#1
0
        private void tmiGroupList_Click(object sender, EventArgs e)
        {
            this.Cursor = Cursors.WaitCursor;
            frmGroupList pForm = new frmGroupList();

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