Performance improvements and better mvvp pattern following

This commit is contained in:
Michael Bucari-Tovo 2022-07-15 15:16:27 -06:00
parent c2a2e51bde
commit 8cd6219bd9
19 changed files with 358 additions and 414 deletions

View file

@ -22,6 +22,7 @@ namespace LibationWinForms.AvaloniaUI.ViewModels
/// <summary> The Process Queue's viewmodel </summary>
public ProcessQueueViewModel ProcessQueueViewModel { get; } = new ProcessQueueViewModel();
public ProductsDisplayViewModel ProductsDisplay { get; } = new ProductsDisplayViewModel();
/// <summary> Library filterting query </summary>