摘要: using System;using System.Windows.Forms; namespace CS{ //--------------------------------------------- //各种操作 //--------------------------------------------- public interface IWork { void Update(); ... 阅读全文
posted @ 2006-08-06 22:30 kuailewangzi1212 阅读(129) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections; namespace Factory{ /// /// 普通的正常做法 /// /* public class ATM { BankAccount bankAccount; void process(int data) { bankAccount.Withdraw(data); } } public cla... 阅读全文
posted @ 2006-08-06 18:03 kuailewangzi1212 阅读(188) 评论(0) 推荐(0) 编辑