摘要:在C#2.0中是不能从非创建本窗口的线程中改变本窗口的控件。达到这一目的的方法如下: Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1 2 public class MyForm : Form 3 { 4 public void On... 阅读全文
posted @ 2005-11-08 23:02
Kevin Wan
阅读(316)评论(0)推荐(0)
编辑
摘要:Find what vary and encapsulate it. Favor composition over inheritance. Open-Closed Principle原则讲的是:一个软件实体应当对扩展开放,对修改关闭。 Liskov Substitution Principle... 阅读全文
posted @ 2005-09-02 19:22
Kevin Wan
阅读(396)评论(0)推荐(0)
编辑