摘要: using System;using System.Collections.Generic;using System.Text;namespace NET.MST.Sixth.TraFactory{ /// <summary> /// 使用者 /// </summary> class Customer { static void Main(string[] args) { //根据需要获得不同的产品零件 IProduct window = FactoryManager.GetProduct(RoomParts.Window); IProduct roof = Facto 阅读全文
posted @ 2011-06-24 15:09 brainmao 阅读(387) 评论(0) 推荐(0) 编辑