private void frmRptDateWiseActivity_Load(object sender, EventArgs e) { this.ControlBox = false; this.DoubleBuffered = true; this.WindowState = FormWindowState.Maximized; MDIParent frmMain = (MDIParent)this.Tag; frmMain.MDIREFRESH(); }
private void UserMasterList_Load(object sender, EventArgs e) { this.ControlBox = false; this.DoubleBuffered = true; this.WindowState = FormWindowState.Maximized; MDIParent frmMain = (MDIParent)this.Tag; frmMain.MDIREFRESH(); publicUserList = this; DisplaylstUserRecords(); }
private void frmStudentIdList_Load(object sender, EventArgs e) { this.ControlBox = false; this.DoubleBuffered = true; this.WindowState = FormWindowState.Maximized; MDIParent frmMain = (MDIParent)this.Tag; frmMain.MDIREFRESH(); publicStudentIDList = this; DisplaylstStudentIDRecords(); frmMain.MDIDISABLED_FORSTUDENT(); }
private void frmVerifyStudent_Load(object sender, EventArgs e) { publicVerifyStudent = this; this.ControlBox = false; this.DoubleBuffered = true; this.WindowState = FormWindowState.Maximized; MDIParent frmMain = (MDIParent)this.Tag; frmMain.MDIREFRESH(); frmMain.MDIDISABLED(); populatePendingRecord(); populateVerifiedRecord(); }