摘要:
http://www.wpf123.com/news/?143.html定义 combox绑定类:public class ComboxData{public string Text{ set; get; }public string Value{ set; get; }public override string ToString() { return Text; } }具体绑定:DevExpress.XtraEditors.ComboBoxEdit combox;ComboxData data = new ComboxData();data.Text ="需要显示的文本" 阅读全文
posted @ 2011-10-19 18:51
h2内存数据库
阅读(469)
评论(0)
推荐(0)