public AboutWindow()

in JetBrains.Etw.HostService.Updater/src/Views/AboutWindow.xaml.cs [15:20]


    public AboutWindow([NotNull] ILogger logger)
    {
      myLogger = logger ?? throw new ArgumentNullException(nameof(logger));
      InitializeComponent();
      DataContext = new AboutViewModel();
    }