Example #1
0
 // 拷贝运行时数据到指定dict
 public void GetTmpAll(Hashtable dict)
 {
     dict.Combine(this.dbase.dbTmp);
 }