If I call SelectImage multiple times for the same image, it is also inserted multiple times into the MultiSelectedImages list. I think that SelectImage should only add an image to MultiSelectedImages when it is not already available in that list.
Or is there a certain reason that a single image can be listed multiple times in "MultiSelectedImages"? |