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