Lyndon Gingerich
Lyndon Gingerich
I'll skim over a speech balloon because it looks like clutter, then realize that that's where my status message went.
Many thanks for the new program! I knew when I saw the screenshot in [the GeekerMag article](https://geekermag.com/how-to-check-if-this-pc-can-run-windows-11-version-24h2/) that you were the author. Command output is in an editable text field,...
```csharp public class AppSettings : Westwind.Utilities.Configuration.AppConfiguration { private AppSettings() { } public static AppSettings New() { var appSettings = new AppSettings(); appSettings.Initialize(); return appSettings; } } ``` This code, which...