コード例 #1
0
 private void NotifyIconTimer_Tick(object sender, System.EventArgs e)
 {
     NotifyIconTimer.Stop();
     IsActionEnabled     = false;
     IsActionLongEnabled = false;
     NotifyIcon.Icon     = GetTrayIcon();
 }
コード例 #2
0
 public void ShowTrayIcon()
 {
     NotifyIcon.Icon          = GetTrayIcon();
     NotifyIconTimer.Interval = 300;
     NotifyIconTimer.Start();
 }