Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
giuseppenovielli authored Sep 19, 2022
1 parent 6571c24 commit 7e08a5e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,13 @@ Install-Package MvvmCrud.Forms.Prism -Version 0.0.1
```

into App.xaml.cs add the foolowing code

```
protected override void RegisterTypes(IContainerRegistry containerRegistry)
{
MVVMCrudApplication.RegisterServices(containerRegistry);
}
```

Done!

Expand Down

0 comments on commit 7e08a5e

Please sign in to comment.