示例#1
0
 public IImportable Import()
 {
     _importJson = JsonIO.ReadJson(_setting.FullPath);
     return(this);
 }