Namespace Loehnert.Lisrt.Framework
Classes
- AsyncExceptionHandlingRelayCommand
Represents an asynchronous relay command, which swallows all exceptions and logs them using the ShowException(Exception, ILogger) method.
- ExceptionHandlingRelayCommand
Represents a relay command, which swallows all exceptions and logs them using the ShowException(Exception, ILogger) method.
Interfaces
- IAsyncCommand
Represents an interface for an asynchronous command.