Example #1
0
 public void SetState(ApplicationTrayState state)
 {
     _currentState = state;
     _notifyIcon.SetState(_currentState.ToString());
 }
Example #2
0
 private TrayStateManager()
 {
     _currentState = ApplicationTrayState.NormalIdle;
 }