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.