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