Ejemplo n.º 1
0
 public FDict(FClass host, FieldWrap define, ImportExcel excel) : base(host, define)
 {
     _key   = define.GetKeyDefine();
     _value = define.GetValueDefine();
     excel.GetDict(this, define);
 }