Fix views and view models.

This commit is contained in:
2025-02-14 19:02:17 -05:00
parent 786f5f67df
commit 9f836a09f5
5 changed files with 1171 additions and 57 deletions

View File

@@ -53,10 +53,13 @@ namespace TradeBlotter.ViewModels
{
this.OnDispose();
}
public virtual String DisplayName { get; protected set; }
protected virtual void OnDispose()
{
}
#if DEBUG
~ViewModelBase()
{