Files
Terminal.Gui/StandaloneExample
Pavel Kurkutov 3e46047971 Fix NewFile modal
Old code is not valid. 1) You can't add event handler in object initializer. 2) ml2 isn't used outside of the method. So you can use local variable.
2021-03-04 15:54:09 +07:00
..
2021-03-04 15:54:09 +07:00
2020-05-20 15:23:21 -06:00

This is just a simple standalone sample that shows how to consume Terinal.Gui from a NuGet package and .NET Core project.

Simply run:

$ dotnet run

To launch the application. Or use Visual Studio, open the solution and run.