摘要: *申明,本文引自 《Accelarated C# 2008》一书 废话不多说,直接看例子 using System;using System.Collections.Generic;public interface IShape {   double Area  {    get;  }} public class Circle : Ishape {   public Circle(double ... 阅读全文
posted @ 2009-11-29 00:35 赵一村 阅读(359) 评论(3) 推荐(0) 编辑