Пример #1
0
 public static bool TryLoadImage(this PictureBox pic, RvFile tGame, string filename)
 {
     return(pic.LoadImage(tGame, filename + ".png") || pic.LoadImage(tGame, filename + ".jpg"));
 }