This commit is contained in:
TheXamlGuy
2024-05-18 20:40:12 +01:00
parent 85a14a8259
commit 1b60711ec4
9 changed files with 84 additions and 76 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ public partial class CommandViewModel(IServiceProvider provider,
IPublisher publisher,
ISubscription subscriber,
IDisposer disposer) :
ObservableViewModel(provider, factory, mediator, publisher, subscriber, disposer)
Observable(provider, factory, mediator, publisher, subscriber, disposer)
{
public IRelayCommand InvokeCommand =>
new AsyncRelayCommand(InvokeAsync);