Skip to content

Commit df2a552

Browse files
Merge pull request #176 from syncfusion-content/EXT-185908
WinForms Template Studio UG Improvements
2 parents e99b978 + f3911b8 commit df2a552

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)