public void FLastPic() { string pPath = ""; _il.DirPicLast(ref pPath); FPicLoad(pPath, true); }
public void LastPic() { string pPath = ""; if (_il.DirPicLast(ref pPath)){ PicLoadPos(pPath, true); } else { SetStatusText(0, T._("No image loaded")); } }