DisplayMagician/HeliosPlus/InterProcess
terrymacdonald 5004f5f76a Silenced the System.Drawing.Image exceptions
The ProfileAdapter and ShortcutAdapters used
by the ImageListView Control unfortunately
have to access the sizes of the bitmaps being
loaded into the respective imagelistviews. I
can't find anyway of stopping the GDI+
from complaining about the Bitmap being
accessed by multiple different threads (as
ImageListView creates one thread per image.
This will be fixed once I move to this being a
WPF application as we'll use a different control.
2020-07-24 16:51:48 +12:00
..
InstanceStatus.cs Renamed the directories to HeliosPlus 2020-05-15 23:25:14 +12:00
IPCClient.cs Silenced the System.Drawing.Image exceptions 2020-07-24 16:51:48 +12:00
IPCService.cs Silenced the System.Drawing.Image exceptions 2020-07-24 16:51:48 +12:00
IService.cs Renamed the directories to HeliosPlus 2020-05-15 23:25:14 +12:00