コード例 #1
0
ファイル: ProjectStore.cs プロジェクト: radtek/Shopdrawing
 internal void Close()
 {
     this.projectStore = null;
 }
コード例 #2
0
ファイル: ProjectStore.cs プロジェクト: radtek/Shopdrawing
 internal static Microsoft.Expression.Extensibility.Project.IProjectStore FromProjectStore(Microsoft.Expression.Project.IProjectStore projectStore)
 {
     return(new ProjectStore(projectStore));
 }
コード例 #3
0
ファイル: ProjectStore.cs プロジェクト: radtek/Shopdrawing
 internal ProjectStore(Microsoft.Expression.Project.IProjectStore projectStore)
 {
     this.projectStore = projectStore;
 }