From 7e08a5e67f4a210ec0950c5ffc1e995a6781a149 Mon Sep 17 00:00:00 2001 From: Giuseppe Novielli Date: Mon, 19 Sep 2022 19:12:23 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 38e2c5e..465cd23 100644 --- a/README.md +++ b/README.md @@ -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!