예제 #1
0
 private string CreateUniqueIdForBuild(DotBuild build)
 {
     return(UniqueIdForBuildSeed + build.GetHashCode());
 }