seb-win-refactoring/SafeExamBrowser.Contracts/UserInterface
2017-08-02 08:31:12 +02:00
..
IBrowserControl.cs Renamed events and event handlers according to C# naming convention. 2017-08-02 08:31:12 +02:00
IBrowserWindow.cs Renamed events and event handlers according to C# naming convention. 2017-08-02 08:31:12 +02:00
IMessageBox.cs Continued with taskbar implementation, but ran into WPF's UI thread / UI element restriction. Current state does not work, as UI elements cannot be created on a non-UI thread. Must find proper solution to this problem... 2017-07-12 15:36:30 +02:00
ISplashScreen.cs Enhanced startup- and shutdown-procedure by introducing a stack of IOperations (which are automatically reverted on shutdown or if an error happens during startup). 2017-07-21 10:04:27 +02:00
ITaskbar.cs Renamed events and event handlers according to C# naming convention. 2017-08-02 08:31:12 +02:00
ITaskbarButton.cs Renamed events and event handlers according to C# naming convention. 2017-08-02 08:31:12 +02:00
ITaskbarNotification.cs Renamed events and event handlers according to C# naming convention. 2017-08-02 08:31:12 +02:00
IUserInterfaceFactory.cs Continued implementation of browser window, i.e. added basic browser functionality like address bar, refresh and navigation. 2017-07-31 20:22:53 +02:00
IWindow.cs Renamed events and event handlers according to C# naming convention. 2017-08-02 08:31:12 +02:00
MessageBoxAction.cs Continued with taskbar implementation, but ran into WPF's UI thread / UI element restriction. Current state does not work, as UI elements cannot be created on a non-UI thread. Must find proper solution to this problem... 2017-07-12 15:36:30 +02:00
MessageBoxIcon.cs Continued with taskbar implementation, but ran into WPF's UI thread / UI element restriction. Current state does not work, as UI elements cannot be created on a non-UI thread. Must find proper solution to this problem... 2017-07-12 15:36:30 +02:00