Skip to content

Commit 80812bc

Browse files
conflict resolved
1 parent eae380a commit 80812bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
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 life cycle.
96+
- Registers **ApplicationHostService** to manage the app's lifecycle.
9797

9898
*II. Specific Services:*
9999
- Registers **PageService** and **NavigationService** for handling page navigation.
@@ -125,7 +125,7 @@ Here's a simple explanation:
125125
![Resources](Template-Studio-Images/Resources.png)
126126

127127

128-
> The .NET 6.0, .NET 7.0, and .NET 8.0 options will be available in the Select a framework version dropdown only if the respective .NET SDKs are installed on your system. The table below outlines the .NET versions, the specific product versions from which they are available, and the Visual Studio versions that support them:
128+
> The .NET 6.0, .NET 7.0, and .NET 8.0 options will be available in the Select a framework version dropdown only if the respective .NET SDKs are installed on your system. The table below outlines the .NET versions, the specific product versions from which they are available, and the Visual Studio versions that support them:
129129
> <table>
130130
> <thead>
131131
> <tr>

0 commit comments

Comments
 (0)