From f3911b8d722a0b4e41d13f111e419cd72ba0c682 Mon Sep 17 00:00:00 2001 From: Kesavaraman Date: Tue, 13 Aug 2024 14:22:28 +0530 Subject: [PATCH] WF UG Updated --- Extension/WindowsForms-Extension/Template-Studio.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Extension/WindowsForms-Extension/Template-Studio.md b/Extension/WindowsForms-Extension/Template-Studio.md index 4d0a5fa8..779fdbc3 100644 --- a/Extension/WindowsForms-Extension/Template-Studio.md +++ b/Extension/WindowsForms-Extension/Template-Studio.md @@ -117,8 +117,8 @@ Here's a simple explanation: - The constructor of PageService takes an IServiceProvider to access the registered services. This allows the service to resolve and instantiate the required view models and views. II. Registering Pages: - - **Configure():** Registers DataGridPage with the service provider. - - **Configure():** Registers MainPage with the service provider. + - **Configure `()`:** Registers DataGridPage with the service provider. + - **Configure `()`:** Registers MainPage with the service provider. 12. Some components require additional resource files, such as pdf and other necessary files, to function correctly. For example, if you add the **PDFViewer** and **Diagram** components to your WinForms project, the respective PDF and ico files will be added to the Resources folder in your project.