Exemplo n.º 1
0
        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;
        }
Exemplo n.º 2
0
 public frmScheduleNew(frmScheduleList pScheduleList)
 {
     InitializeComponent();
     pfrmScheduleList = pScheduleList;
 }