Exemplo n.º 1
0
 public void CopyFrom(SpoolerInfo other)
 {
     Version = other.Version;
     SupportPrinterProfiles = new List <EmbeddedFirmwareSummary>(other.SupportPrinterProfiles);
     PrinterProfileList     = new List <PrinterProfile>(other.PrinterProfileList);
 }
Exemplo n.º 2
0
 public SpoolerInfo(SpoolerInfo other)
 {
     CopyFrom(other);
 }