Example #1
0
 private Image GetImage(string filename, string pathId)
 {
     return(ImageLoader.GetImageFromFile(Globals.ImagesDir + pathId + "\\" + filename, pbNavigationImage.Width, pbNavigationImage.Height));
 }