Ejemplo n.º 1
0
 protected Bitmap LoadLocalBitmap(string fileName)
 {
     return(DrawingUtilities.LoadImage(TestPath(fileName)) as Bitmap);
 }