Exemplo n.º 1
0
 internal void Close()
 {
     this.projectStore = null;
 }
Exemplo n.º 2
0
 internal static Microsoft.Expression.Extensibility.Project.IProjectStore FromProjectStore(Microsoft.Expression.Project.IProjectStore projectStore)
 {
     return(new ProjectStore(projectStore));
 }
Exemplo n.º 3
0
 internal ProjectStore(Microsoft.Expression.Project.IProjectStore projectStore)
 {
     this.projectStore = projectStore;
 }