Skip to content
This repository has been archived by the owner on Apr 15, 2022. It is now read-only.

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
xupefei committed Mar 9, 2014
1 parent 77c4a5b commit 468e2dc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion LEUpdater/Program.cs
Expand Up @@ -10,7 +10,7 @@ namespace LEUpdater
{
internal static class Program
{
private static readonly NotifyIcon _notifyIcon = new NotifyIcon {Icon = Resources.icon, Visible = true};
private static readonly NotifyIcon _notifyIcon = new NotifyIcon {Icon = Resources.icon};

private static void Main(string[] args)
{
Expand Down Expand Up @@ -52,6 +52,8 @@ private static void Main(string[] args)

private static void CheckUpdates(string appVer, int regVer)
{
_notifyIcon.Visible = true;

_notifyIcon.DoubleClick += _notifyIcon_DoubleClick;

_notifyIcon.ShowBalloonTip(0,
Expand Down

0 comments on commit 468e2dc

Please sign in to comment.