Ejemplo n.º 1
0
 public void Remove(Photo item)
 {
     if (item == null) return;
     item.Close();
     _photos.Remove(item);
 }