|
|
|
@ -45,7 +45,7 @@ |
|
|
|
private readonly SmartCollectionViewModel _newCollection = new(-1, "(New Collection)", string.Empty); |
|
|
|
private readonly SmartCollectionViewModel _newCollection = new(-1, "(New Collection)", string.Empty); |
|
|
|
private string _newCollectionName; |
|
|
|
private string _newCollectionName; |
|
|
|
|
|
|
|
|
|
|
|
private List<SmartCollectionViewModel> _collections; |
|
|
|
private List<SmartCollectionViewModel> _collections = new(); |
|
|
|
|
|
|
|
|
|
|
|
private SmartCollectionViewModel _selectedCollection; |
|
|
|
private SmartCollectionViewModel _selectedCollection; |
|
|
|
|
|
|
|
|
|
|
|
|