Skip to content

Commit b85289a

Browse files
Name changed
1 parent 0c13889 commit b85289a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WindowsForms/Visual-Studio-Integration/Template-Studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Create the Syncfusion WinForms project using the Visual Studio Project Template
9393
10. When you create a WinForms project, the following Dependency Injection (DI) setup is added to the **Program.cs** file. This setup registers services, view models, and views with the DI container, ensuring proper functionality and service management within your application. Below **ConfigureServices** method in program.cs file establishes the DI setup in a WinForms project. It manages the application's services, view models, and views. Here's a detailed breakdown:
9494

9595
*I. Application Host:*
96-
- Registers **ApplicationHostService** to manage the app's lifecycle.
96+
- Registers **ApplicationHostService** to manage the app's life cycle.
9797

9898
*II. Specific Services:*
9999
- Registers **PageService** and **NavigationService** for handling page navigation.

0 commit comments

Comments
 (0)