Example #1
0
 public ContainerWindowViewModel()
 {
     this.ShowWindow = new DelegateCommand(() => {
         ContainerWindow window = ContainerWindow.GetWindow(this);
         window?.ShowWindow();
     });
 }