You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jonathan Pobst edited this page Jan 5, 2020
·
2 revisions
The Modern.Forms repository contains a couple of samples that can be used to easily see the toolkit in action. These samples include an Explorer/Finder like app called Explore and a gallery of the available controls that ship with Modern.Forms called ControlGallery.
After cloning this repository, there are two ways to run these samples.
Note: .NET Core 3.0+ is required to run these samples
Command line
Go to the appropriate sample directory (/samples/Explorer or /samples/ControlGallery)
Use dotnet run
IDE
Open Modern.Forms.sln in an IDE like Visual Studio 2019
Set Explore or ControlGallery as the startup project