コード例 #1
0
ファイル: Document.cs プロジェクト: hksonngan/Xian
 protected Document(EntityRef subject, IDesktopWindow desktopWindow)
 {
     _key           = DocumentManager.GenerateDocumentKey(this, subject);
     _desktopWindow = desktopWindow;
 }