WinFormsMDI2 2.1.0

dotnet add package WinFormsMDI2 --version 2.1.0
                    
NuGet\Install-Package WinFormsMDI2 -Version 2.1.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="WinFormsMDI2" Version="2.1.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="WinFormsMDI2" Version="2.1.0" />
                    
Directory.Packages.props
<PackageReference Include="WinFormsMDI2" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add WinFormsMDI2 --version 2.1.0
                    
#r "nuget: WinFormsMDI2, 2.1.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package WinFormsMDI2@2.1.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=WinFormsMDI2&version=2.1.0
                    
Install as a Cake Addin
#tool nuget:?package=WinFormsMDI2&version=2.1.0
                    
Install as a Cake Tool

It is already known that microsoft has basically discontinued the MDI system. it's been more than 8 years since she stopped updating it... This project aims to bring a new efficient/free/opensoure/customizable MDI system to replace the old system

Product Compatible and additional computed target framework versions.
.NET net6.0-windows7.0 is compatible.  net7.0-windows was computed.  net8.0-windows was computed.  net9.0-windows was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net6.0-windows7.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.1.0 575 7/15/2022
2.0.6 548 3/12/2022
2.0.5 513 3/10/2022
2.0.4 419 12/9/2021
2.0.3 367 12/8/2021
2.0.2 374 12/8/2021
2.0.1 391 11/11/2021
2.0.0 392 11/10/2021
1.2.0 419 10/26/2021
1.1.2 412 10/13/2021
1.1.1 420 10/12/2021
1.1.0 414 10/11/2021
1.0.0 420 10/10/2021

Fixed Bugs;  SelectColor Change Added; Add AbstractMdiWin