Exemplo n.º 1
0
 private void MakeDataTableDisTmpRec()
 {
     #region
     try
     {
         ALOModel.MaintainDisRecord BCO = new ALOModel.MaintainDisRecord(ConnectionDB);
         dtDisTmpRec = BCO.GetDisRecSchema();
     }
     catch (Exception ex)
     {
         ErrorMsgLabel.Text = ex.Message;
     }
     #endregion
 }