摘要: 1. Customer.csusing System;using System.Collections.Generic;using System.Linq;using System.Text;namespace CSharp{ class Customer:IFormattable { public string Name { get; set; } public decimal Revenue { get; set; } public string ContactPhone { get; set; } string IFormattable.ToString(string format, I 阅读全文
posted @ 2011-04-17 12:15 Further 阅读(197) 评论(0) 推荐(0) 编辑