Renamed property. Updated conceptual docs.

This commit is contained in:
Tig
2024-11-23 08:52:09 -07:00
parent c23e9dd239
commit 61bfe2f537
6 changed files with 32 additions and 73 deletions

View File

@@ -6,6 +6,9 @@
using System;
using Terminal.Gui;
// Override the default configuraiton for the application to use the Light theme
ConfigurationManager.RuntimeConfig = """{ "Theme": "Light" }""";
Application.Run<ExampleWindow> ().Dispose ();
// Before the application exits, reset Terminal.Gui for clean shutdown