Skip to content

Commit 230ca76

Browse files
author
tznind
committed
Fix showcase selection listbox to actually contain the showcases
1 parent a6a460a commit 230ca76

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Showcase/Program.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ internal class Program
1212
{
1313
private static Type[] views = new[]
1414
{
15-
typeof(NumericUpDown)
15+
typeof(Menus),
16+
typeof(Tabs)
1617

1718
};
1819
static void Main(string[] args)

0 commit comments

Comments
 (0)