摘要: 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... 阅读全文