Commit Latest

This commit is contained in:
2025-07-14 22:07:35 -04:00
parent b197aeff10
commit 78964a53d3
3 changed files with 13 additions and 8 deletions

View File

@@ -10,7 +10,7 @@ namespace PortfolioManager.ViewModels
public abstract class PlotterWorkspaceViewModel : WorkspaceViewModel
{
public AvaPlot Plotter { get; set; }
public AvaPlot Plotter { get; set; }
public EventHandler<PlotterLoadedEventArgs> OnPlotterLoadedEventHandler;