摘要:
1. Auto generation of columns最简单的方法莫过于让DataGrid根据数据源中的字段自动生成列了:根据实体类的公共属性, 能够自动生成四种类型的数据列,对应关系如下:TextBox columns for string values;CheckBox columns fo... 阅读全文
摘要:
在Framework中存在着4种定时器:其中分为两类,多线程计时器1:System.Threading.Timer2:System.Timers.Timer特殊目的的单线程计时器:1:System.Windows.Forms.Timer(Windows Forms Timer)2:System.Wi... 阅读全文