摘要:
public class ComboBoxItem { private string _text=null; private object _value=null; public string Text{get{return this._text;} set{this._text=value;}} public object Value{get {return this._val... 阅读全文
posted @ 2006-01-17 15:00
杨丹
阅读(854)
评论(3)
推荐(0)