private void StartWithWindows_Click(object sender, RoutedEventArgs e) => StartWithWindowsChanged?.Invoke(StartWithWindows.IsChecked);
protected void OnStartWithWindowsChanged() { StartWithWindowsChanged?.Invoke(this, EventArgs.Empty); }