mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 19:57:57 +01:00
init projects
This commit is contained in:
@@ -25,7 +25,7 @@ namespace ProjectsEditor.ViewModels
|
||||
{
|
||||
private ProjectsEditorIO _projectsEditorIO;
|
||||
|
||||
public ObservableCollection<Project> Projects { get; set; }
|
||||
public ObservableCollection<Project> Projects { get; set; } = new ObservableCollection<Project>();
|
||||
|
||||
public IEnumerable<Project> ProjectsView
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user