Fixed hide on startup problem (#852)

* Fixed HideOnStartup
* Fixed tray icon not showing up and hiding properly
This commit is contained in:
Jordy Hulck
2016-07-20 01:24:28 +02:00
committed by bao-qian
parent 3a9bfc84cd
commit f45ca180e9
3 changed files with 10 additions and 7 deletions

View File

@@ -17,6 +17,7 @@
Icon="Images\app.png"
AllowsTransparency="True"
Loaded="OnLoaded"
Initialized="OnInitialized"
Closing="OnClosing"
Drop="OnDrop"
SizeChanged="OnSizeChanged"