示例#1
0
 public void SetImageReservationKey(string path, string ext)
 {
     imageReservationKey = QTUtility.ReserveImageKey(this, path, ext);
     ImageKey            = imageReservationKey.ImageKey;
     fImageLoaded        = imageReservationKey.ImageKey == "folder";
 }