public string GetImage(GiftInfo.ImageSize imageSize, int imageIndex = 1) { return(string.Format(this.ShowImagePath + "/{0}_{1}.png", imageIndex, (int)imageSize)); }
public string GetImage(GiftInfo.ImageSize imageSize, int imageIndex = 1) { return(string.Format(string.Concat(ShowImagePath, "/{0}_{1}.png"), imageIndex, (int)imageSize)); }