Skip to content
This repository was archived by the owner on Oct 16, 2020. It is now read-only.

Commit 28394f9

Browse files
fix build
1 parent 954988f commit 28394f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samples/XamlDesigner/Shell.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public Shell()
3030

3131
//public Toolbox Toolbox { get; set; }
3232
//public SceneTree SceneTree { get; set; }
33-
public PropertyGrid PropertyGrid { get; internal set; }
33+
public IPropertyGrid PropertyGrid { get; internal set; }
3434
//public ErrorList ErrorList { get; set; }
3535

3636
public ObservableCollection<Document> Documents { get; private set; }

0 commit comments

Comments
 (0)