Exemplo n.º 1
0
 public NotificationArea(string[] savedPinnedIcons, TrayService trayService, ExplorerTrayService explorerTrayService)
 {
     PinnedNotifyIcons    = savedPinnedIcons;
     _trayService         = trayService;
     _explorerTrayService = explorerTrayService;
 }
Exemplo n.º 2
0
 public NotificationArea(TrayService trayService, ExplorerTrayService explorerTrayService) : this(DEFAULT_PINNED, trayService, explorerTrayService)
 {
 }