摘要:
再贴一个用于在单元测试中访问非public成员的TestHelper(原作者:hbifts),主要用于测试GUI代码。你能猜出我这么说的理由吗? public class TestHelper { public static object Create(string assemblyName, string typeName, object[] args) { ... 阅读全文
摘要:
因为没有找到如何在ComboBox和ListBox中的item附加tag的办法,所以自己添加了一下。主要是试验一下如何用博客园新加的代码高亮这个酷酷的功能: public class FlexComboBox : System.Windows.Forms.ComboBox { private System.Collections.ArrayList ItemValues = ... 阅读全文