Interaction logic for NewLogEntryBalloon.xaml
Наследование: System.Windows.Controls.UserControl
Пример #1
0
        void ViewModelNewLogEntry(object sender, NewLogEntryInfoEventHandlerArgs e)
        {
            var balloon = new NewLogEntryBalloon(e.LogSubscriptionName, e.Author, e.Message);

            NotifyIcon.ShowCustomBalloon(balloon, PopupAnimation.Fade, 5000);
        }
Пример #2
0
        void ViewModelNewLogEntry(object sender, NewLogEntryInfoEventHandlerArgs e)
        {
            var balloon = new NewLogEntryBalloon(e.LogSubscriptionName, e.Author, e.Message);

            NotifyIcon.ShowCustomBalloon(balloon, PopupAnimation.Fade, 5000);
        }