Refactoring
This commit is contained in:
parent
1ce5fedc8c
commit
0189a197a8
9 changed files with 85 additions and 65 deletions
|
|
@ -21,7 +21,7 @@ namespace LibationWinForms.AvaloniaUI.ViewModels
|
|||
private int _visibleNotLiberated = 1;
|
||||
|
||||
/// <summary> The Process Queue's viewmodel </summary>
|
||||
public ProcessQueueViewModel ProcessQueueViewModel { get; } = new ProcessQueueViewModel();
|
||||
public ProcessQueueViewModel ProcessQueue { get; } = new ProcessQueueViewModel();
|
||||
public ProductsDisplayViewModel ProductsDisplay { get; } = new ProductsDisplayViewModel();
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue