コード例 #1
0
 protected bool ProcessControlsValue(DataAccessMode daMode, Dictionary <string, Control> dicControls, Dictionary <string, string> dicValues)
 {
     return(ControlDataUtil.ProcessControlsValue(daMode, dicControls, dicValues, this.PreProcessControlValue));
 }