예제 #1
0
파일: FDict.cs 프로젝트: B-CK/ConfigGen
 public FDict(FClass host, FieldWrap define, ImportExcel excel) : base(host, define)
 {
     _key   = define.GetKeyDefine();
     _value = define.GetValueDefine();
     excel.GetDict(this, define);
 }