Working on making multiple notification systems possible, removing the old "notifyicon" balloon for Windows 10.

This commit is contained in:
Robin Krom 2020-03-10 13:17:13 +01:00
parent d0846b0f09
commit 1ba0bf9b10
6 changed files with 189 additions and 24 deletions

View file

@ -29,7 +29,7 @@ namespace Greenshot.Helpers
/// <summary>
/// Notify the user with messages via the NotifyIcon
/// </summary>
public class NotifyIconNotificationService
public class NotifyIconNotificationService : INotificationService
{
private static readonly ILog Log = LogManager.GetLogger(typeof(NotifyIconNotificationService));
private readonly NotifyIcon _notifyIcon;