private void tmiScheduleList_Click(object sender, EventArgs e) { this.Cursor = Cursors.WaitCursor; frmScheduleList pForm = new frmScheduleList(); pForm.MdiParent = this; pForm.Show(); this.Cursor = Cursors.Default; }
public frmScheduleNew(frmScheduleList pScheduleList) { InitializeComponent(); pfrmScheduleList = pScheduleList; }