... set; } public int PartId { get; set; } public override string ToString() { return "ID: " + PartId + " Name: " + PartName; } ...
確定! 回上一頁