Skip to content

Commit

Permalink
Update MainVM.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
yanjinhuagood committed Feb 20, 2024
1 parent 76dcd37 commit 0d0b319
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/WPFDevelopers.Samples.Shared/ViewModels/MainVM.cs
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,9 @@ void MenuItemSelection(string _menuName)
case MenuEnum.TimePicker:
ControlPanel = new TimePickerExample();
break;
case MenuEnum.WaterfallPanel:
ControlPanel = new WaterfallPanelExample();
break;
case MenuEnum.VirtualizingWrapPanel:
ControlPanel = new VirtualizingWrapPanel();
new VirtualizingWrapPanelExample().MaskShowDialog();
Expand Down

0 comments on commit 0d0b319

Please sign in to comment.