摘要: using System; using System.Collections.Generic; using System.Text; namespace Win.DesignPatterns.SimpleFactory { public interface Fruit { //生长 void grow(); //收获 ... 阅读全文
posted @ 2008-06-13 16:34 angushine 阅读(134) 评论(0) 推荐(0) 编辑