예제 #1
0
 public FInt(FClass host, FieldWrap define, ImportExcel excel) : base(host, define)
 {
     Value = excel.GetInt();
 }