Beispiel #1
0
 public void FixupReferences(Printing Owner)
 {
     this.owner          = Owner;
     this.Options        = this.options;
     this.AllowedOptions = this.allowedOptions;
     this.Header         = this.header;
     this.Footer         = this.footer;
 }
Beispiel #2
0
 public XmlPrintingInfo(Printing Owner) : this()
 {
     this.owner = Owner;
 }