public class ComboBoxModel { //基礎屬性public int SelectedIndex { get; set; } public string SelectedValue { get; set; } //附加屬性public ...
確定! 回上一頁