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 4fd8fb8 commit 6571c24
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ https://www.nuget.org/packages/MvvmCrud.Forms.Prism
```
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!

## How it works
Expand Down

0 comments on commit 6571c24

Please sign in to comment.