Esempio n. 1
0
 internal DocumentType(string target, string filename, CreatorInfo creator, IDocumentType document) : base()
 {
     Target   = target;
     Filename = filename;
     Creator  = creator;
     Document = document;
 }
Esempio n. 2
0
 public DMSDocument(string filename, CreatorInfo creator, DMSDocumentInfo document) : base(DocumentTarget.Dms, filename, creator, document)
 {
 }