MainWindow()
Constructor of the main window.
void EnableMainMenu(bool enabled)
Enables/Disables the main menu.
void MenuItem_OnClick_Settings(object sender, RoutedEventArgs e)
Opens the settings window.
void MenuItem_OnClick_Analyze(object sender, RoutedEventArgs e)
Executes the readability analysis pipeline.
void ChromiumWebBrowserOnFrameLoadEnd(object sender, FrameLoadEndEventArgs frameLoadEndEventArgs)
Enables the main menu if the URL is equal some specified target URL. So the main menu is only active ...