C# (CSharp) Btl.ViewModels Namespace

Classes

Name Description
AboutViewModel The view model for the about window. It doesn't do anything apart from accept the ok/dismiss command, which sends a message to switch back to the timer view.
MainViewModel This is the main view model for the main window. Normally this would just contain the other view models, but we are also interacting with the main window itself, so there is a little bit more code in here than usual: we are persisting the window location, and interacting with the taskbar.
SettingsViewModel The view-model for the Settings view.
TimerViewModel
ViewModelLocator This class contains static references to all the view models in the application and provides an entry point for the bindings. ViewModels are only created when first called.