Skip to content

Commit 0146b00

Browse files
Name changed
1 parent bab0e48 commit 0146b00

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Extension/WPF-Extension/Template-Studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ In the **Project Details** section, you can modify configurations and project ty
9292

9393

9494
*I. Application Host:*
95-
- Registers **ApplicationHostService** to manage the app's lifecycle.
95+
- Registers **ApplicationHostService** to manage the app's life cycle.
9696

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

Extension/WindowsForms-Extension/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)