Ejemplo n.º 1
0
 public static string JobIconMedium(JobParam job)
 {
     AssetPath.mSB.Length = 0;
     AssetPath.mSB.Append("JobIconM/");
     AssetPath.mSB.Append(AssetPath.GetJobResourceID(job));
     return(AssetPath.mSB.ToString());
 }