We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b236d0 commit 4a02dcbCopy full SHA for 4a02dcb
1 file changed
README.md
@@ -827,6 +827,7 @@ Once the `UnityMVVMToolkit` is installed, create a class `MyFirstViewModel` that
827
828
```csharp
829
using UnityMvvmToolkit.Core;
830
+using UnityMvvmToolkit.Core.Interfaces;
831
832
public class MyFirstViewModel : IBindingContext
833
{
0 commit comments