seb-win-refactoring/SafeExamBrowser.Contracts/UserInterface
2017-07-21 10:04:27 +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 Implemented basic handling of working area. 2017-07-20 14:16:47 +02:00
ITaskbarButton.cs Finished basic implementation of taskbar. 2017-07-17 16:59:50 +02:00
ITaskbarNotification.cs Finished basic implementation of taskbar. 2017-07-17 16:59:50 +02:00
IUiElementFactory.cs Created stub for process monitoring (explorer termination / restart) and enhanced startup and shutdown procedures. 2017-07-19 14:43:54 +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