예제 #1
0
파일: SpoolerInfo.cs 프로젝트: urish/M3D
 public void CopyFrom(SpoolerInfo other)
 {
     Version = other.Version;
     SupportPrinterProfiles = new List <EmbeddedFirmwareSummary>(other.SupportPrinterProfiles);
     PrinterProfileList     = new List <PrinterProfile>(other.PrinterProfileList);
 }
예제 #2
0
파일: SpoolerInfo.cs 프로젝트: urish/M3D
 public SpoolerInfo(SpoolerInfo other)
 {
     CopyFrom(other);
 }