示例#1
0
 public Item(Supply supply)
 {
     Id      = supply.Id;
     Model   = supply.SupplyModel.GetFullName();
     Printer = supply.GetPrinterName();
     Comment = supply.Comment;
 }