Example #1
0
 private void MakeDataTableForMaster()
 {
     #region
     DataTable dtM = new DataTable();
     ALOModel.MaintainChainPO BCO = new ALOModel.MaintainChainPO(ConnectionDB);
     dtM = BCO.GetPOSourceNOSchema();
     dtForMasterAndDetail = dtM;
     #endregion
 }