ImportBikeFile() private method

private ImportBikeFile ( string filePath, bool &alreadyImported ) : string
filePath string
alreadyImported bool
return string
コード例 #1
0
 public string ImportFile(string path, out bool alreadyImport)
 {
     return(bikeImportContext.ImportBikeFile(CurrentExecFolder, path, out alreadyImport));
 }