I keep thinking it can't get any stupider and they keep bringing me back

This commit is contained in:
Mike Griese
2025-08-07 15:27:38 -05:00
parent 88111e2fbd
commit 73bc438042
3 changed files with 35 additions and 11 deletions

View File

@@ -172,10 +172,11 @@ internal sealed partial class SampleListPage : ListPage
{
Title = "Get the name of the Foreground window",
},
new ListItem(new JustHasProps())
{
Title = "Not actually invokable",
},
// new ListItem(new JustHasProps())
// {
// Title = "Not actually invokable",
// },
new ListItem(new CommandWithProperties())
{
Title = "I have properties",