ImportBikeFile() private méthode

private ImportBikeFile ( string filePath, bool &alreadyImported ) : string
filePath string
alreadyImported bool
Résultat string
Exemple #1
0
 public string ImportFile(string path, out bool alreadyImport)
 {
     return(bikeImportContext.ImportBikeFile(CurrentExecFolder, path, out alreadyImport));
 }