Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Extension/WindowsForms-Extension/Template-Studio.md
Original file line number Diff line number Diff line change
Expand Up @@ -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<DataGridPage>():** Registers DataGridPage with the service provider.
- **Configure<MainPage>():** Registers MainPage with the service provider.
- **Configure `<DataGridPage>()`:** Registers DataGridPage with the service provider.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For to resolve below issue Modified this changes in MD file:
image

- **Configure `<MainPage>()`:** 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.

Expand Down