Beispiel #1
0
 /// <summary>
 /// Shows a balloon tip.
 /// </summary>
 /// <param name="notificationType">Notification type.</param>
 /// <param name="title">Title to show in the balloon tip.</param>
 /// <param name="message">Message to show in the balloon tip.</param>
 /// <param name="icon">Icon to show in the balloon tip.</param>
 private void ShowNotification(TrayNotificationEnum notificationType, string title, string message, BalloonIcon icon)
 {
     _lastNotification = notificationType;
     Tray.ShowBalloonTip(title, message, icon);
 }
 /// <summary>
 /// Shows a balloon tip.
 /// </summary>
 /// <param name="notificationType">Notification type.</param>
 /// <param name="title">Title to show in the balloon tip.</param>
 /// <param name="message">Message to show in the balloon tip.</param>
 /// <param name="icon">Icon to show in the balloon tip.</param>
 private void ShowNotification(TrayNotificationEnum notificationType, string title, string message, BalloonIcon icon)
 {
     _lastNotification = notificationType;
     Tray.ShowBalloonTip(title, message, icon);
 }