Skip to content

Commit f3911b8

Browse files
WF UG Updated
1 parent e99b978 commit f3911b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Extension/WindowsForms-Extension/Template-Studio.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ Here's a simple explanation:
117117
- 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.
118118

119119
II. Registering Pages:
120-
- **Configure<DataGridPage>():** Registers DataGridPage with the service provider.
121-
- **Configure<MainPage>():** Registers MainPage with the service provider.
120+
- **Configure `<DataGridPage>()`:** Registers DataGridPage with the service provider.
121+
- **Configure `<MainPage>()`:** Registers MainPage with the service provider.
122122

123123
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.
124124

0 commit comments

Comments
 (0)