コード例 #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);
 }