예제 #1
0
파일: Document.cs 프로젝트: hksonngan/Xian
 protected Document(EntityRef subject, IDesktopWindow desktopWindow)
 {
     _key           = DocumentManager.GenerateDocumentKey(this, subject);
     _desktopWindow = desktopWindow;
 }