Explorar o código

Fix compile error.

Jeremy Koritzinsky %!s(int64=8) %!d(string=hai) anos
pai
achega
8aa95d403e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      samples/BindingTest/ViewModels/NestedCommandViewModel.cs

+ 1 - 1
samples/BindingTest/ViewModels/NestedCommandViewModel.cs

@@ -12,7 +12,7 @@ namespace BindingTest.ViewModels
     {
         public NestedCommandViewModel()
         {
-            Command = ReactiveCommand.Create();
+            Command = ReactiveCommand.Create(() => { });
         }
 
         public ICommand Command { get; }