This commit is contained in:
Mike Griese
2025-08-08 06:50:12 -05:00
parent dd1a60c9f6
commit 9ecd374574
3 changed files with 9 additions and 9 deletions

View File

@@ -218,7 +218,7 @@ internal sealed partial class SampleListPage : ListPage
public IPropertySet Properties => new PropertySet()
{
{ "yo", "dawg" },
{ "yo", "dog" },
{ "Secret", 12345 },
{ "hmm?", null },
};