示例#1
0
        public void     FFirstPic()
        {
            string pPath = "";

            _il.DirPicFirst(ref pPath);
            FPicLoad(pPath, true);
        }
示例#2
0
		public void FirstPic()
		{
			string pPath = "";
			if (_il.DirPicFirst(ref pPath)){
				PicLoadPos(pPath, true);
			}
			else {
				SetStatusText(0, T._("No image loaded"));
			}
		}