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