摘要:
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
阅读(141)
评论(0)
推荐(0)
浙公网安备 33010602011771号