void Show() { var trayIcon = _trayIcon.Invoke(); if (trayIcon != null && _first) { trayIcon.ShowCustomBalloon(_notificationStack, PopupAnimation.None, null); _first = false; } _notificationStack.Show(); }
private void Show() { var trayIcon = _trayIcon.Invoke(); if (trayIcon != null && _first) { trayIcon.ShowCustomBalloon(_notificationStack, PopupAnimation.None, null); _first = false; } _audioPlayer.Play(SoundKind.Notification); _notificationStack.Show(); }