Пример #1
0
 private void Window_Loaded(object s, RoutedEventArgs e)
 {
     notifyIcon.Visible = true;
     notificationService.RegistNotify(notifyIcon);
     notificationService.RegistToast(MainToaster);
     appearanceService.StartMonitoringWindowPrevalenceAccentColor();
     appearanceService.WindowPrevalenceAccentColorChanged += WindowPrevalenceAccentColorChanged;
 }