예제 #1
0
파일: Workspace.cs 프로젝트: ajlopez/AjCoRe
 public Workspace(IStore store, string name)
 {
     this.name = name;
     this.store = store;
     this.root = ((INodeCreator)this).CreateNode(null, null, string.Empty, store.LoadProperties("/"));
 }