QuickImage – Diff between revs 1 and 2
?pathlinks?
Rev 1 | Rev 2 | |||
---|---|---|---|---|
Line 35... | Line 35... | |||
35 | } |
35 | } |
|
36 | OnPropertyChanged(); |
36 | OnPropertyChanged(); |
|
37 | } |
37 | } |
|
38 | } |
38 | } |
|
Line 39... | Line 39... | |||
39 | |
39 | |
|
Line 40... | Line 40... | |||
40 | private readonly HashSet<string> excludedImages = new HashSet<string>(); |
40 | private readonly HashSet<string> excludedImages = new HashSet<string>(StringComparer.OrdinalIgnoreCase); |
|
41 | |
41 | |
|
Line 42... | Line 42... | |||
42 | public DragDropConvertExclude() |
42 | public DragDropConvertExclude() |