Exemplo n.º 1
0
 public static string CombainPath(FileTypeofBlockchain filetype)
 {
     return(DataDirectoryPath + $"\\{FileDictionary[filetype]}");
 }
Exemplo n.º 2
0
 public static string CombainPath(string folderPath, FileTypeofBlockchain filetype)
 {
     return(folderPath + $"\\{FileDictionary[filetype]}");
 }