Commit Latest

This commit is contained in:
2025-07-16 18:34:00 -04:00
parent 78964a53d3
commit f0025a97b4
5 changed files with 281 additions and 133 deletions

View File

@@ -7,11 +7,11 @@ namespace PortfolioManager.ViewModels
{
public AvaPlot AvaPlot { get; set; } = default;
}
public abstract class PlotterWorkspaceViewModel : WorkspaceViewModel
{
public AvaPlot Plotter { get; set; }
public EventHandler<PlotterLoadedEventArgs> OnPlotterLoadedEventHandler;
public void OnPlotterLoaded(AvaPlot avaPlot)