Namespace MAT.Atlas.Client.Presentation.Commands
Classes
DelegateCommand
Provides an System.Windows.Input.ICommand implementation which relays the Execute and CanExecute method to the specified delegates.
DelegateCommand<TParameter>
Base class for generic delegate commands