Skip to content

WinForms Conflict Resolved #1041

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 18, 2024
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 WindowsForms/Visual-Studio-Integration/Template-Studio.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Create the Syncfusion WinForms project using the Visual Studio Project Template
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:

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

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


> 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:
> 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:
> <table>
> <thead>
> <tr>
Expand Down