Added a wrapper for the NotifyIconAdv to use the normal NotifyIcon class on Linux systems and the (fixed) custom implementation on Windows systems.

This commit is contained in:
Michael Möller 2012-07-24 16:04:30 +00:00
parent 4bebb21f12
commit 5d04d3f2f4
2 changed files with 716 additions and 413 deletions

File diff suppressed because it is too large Load Diff

View File

@ -73,9 +73,7 @@
<Compile Include="GUI\GadgetWindow.cs" />
<Compile Include="GUI\Gadget.cs" />
<Compile Include="GUI\HardwareTypeImage.cs" />
<Compile Include="GUI\NotifyIconAdv.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="GUI\NotifyIconAdv.cs" />
<Compile Include="GUI\PlotPanel.cs">
<SubType>UserControl</SubType>
</Compile>