Commit Latest

This commit is contained in:
2025-06-18 20:03:31 -04:00
parent 41b1b57598
commit f4b8d13000
9 changed files with 234 additions and 6 deletions

View File

@@ -13,7 +13,7 @@ namespace PortfolioManager.ViewModels
private RelayCommand closeCommand;
// Events
public event EventHandler RequestClose;
public event EventHandler RequestClose;
private InstantiateWorkspace workspaceInstantiator;
private bool canClose = true;