Browse Source

fix build

pull/520/head
Siegfried Pammer 11 years ago
parent
commit
28394f99b2
  1. 2
      samples/XamlDesigner/Shell.cs

2
samples/XamlDesigner/Shell.cs

@ -30,7 +30,7 @@ namespace ICSharpCode.XamlDesigner @@ -30,7 +30,7 @@ namespace ICSharpCode.XamlDesigner
//public Toolbox Toolbox { get; set; }
//public SceneTree SceneTree { get; set; }
public PropertyGrid PropertyGrid { get; internal set; }
public IPropertyGrid PropertyGrid { get; internal set; }
//public ErrorList ErrorList { get; set; }
public ObservableCollection<Document> Documents { get; private set; }

Loading…
Cancel
Save