Exemple #1
0
 // The empty constructor should not call the base constructor
 // Otherwise the document will be initialized after empty construction and the factory will initialize it again
 public TestDocument()
 {
     Metadata        = new TestMetadata();
     ContentProvider = new NullContent();
 }
Exemple #2
0
 public TestDocument()
 {
     Metadata = new TestMetadata();
 }