public static bool TryLoadImage(this PictureBox pic, RvFile tGame, string filename) { return(pic.LoadImage(tGame, filename + ".png") || pic.LoadImage(tGame, filename + ".jpg")); }