示例#1
0
文件: Doer.cs 项目: uiopsczc/Test
 // 拷贝运行时数据到指定dict
 public void GetTmpAll(Hashtable dict)
 {
     dict.Combine(this.dbase.dbTmp);
 }