public void onCreateComponet() { controller = new ReadPlanManageController(); builder = new TB_ReadPlanBuilder(); adapter = new TB_ReadPlanAdapter(); gridHelper = new GridControlHelper(this.gridView_ReadPlan, this.gridControl_ReadPlan); }
public void onCreateComponet() { SignAdapter = new TB_BookReadSignAdapter(); SignBuilder = new TB_BookReadSignBuilder(); SignGridHelper = new GridControlHelper(this.gridView_ReadSign, this.gridControl_ReadSign); SignController = new ReadSignManageController(); BookAdapter = new TB_ReadPlanAdapter(); BookBuilder = new TB_ReadPlanBuilder(); BookGridHelper = new GridControlHelper(this.gridView_ReadPlan, this.gridControl_ReadPlan); BookController = new ReadPlanManageController(); }