11 2009 档案

摘要:*申明,本文引自 《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 赵一村 阅读(366) 评论(3) 推荐(0) 编辑
摘要:IntroductionAn addition to the Microsoft .NET framework 2.0 to 1.x is the support for FTP. All these days we had to rely on 3rd party libraries which pretty well suited most of our needs, but for sure... 阅读全文
posted @ 2009-11-27 14:26 赵一村 阅读(642) 评论(2) 推荐(0) 编辑

点击右上角即可分享
微信分享提示