예제 #1
0
파일: FList.cs 프로젝트: B-CK/ConfigGen
 public FList(FClass host, FieldWrap define, ImportExcel excel) : this(host, define)
 {
     excel.GetList(this, define);
 }