Example #1
0
 private Image GetImage()
 {
     return(!HasImage ? null : DbMethods.GetDbImage(Row["tag_image"]));
 }