91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 0.86KB
    文件類型: .cs
    金幣: 1
    下載: 0 次
    發布日期: 2020-12-26
  • 語言: C#
  • 標簽: ComboBox??

資源簡介

msdn說: DisplayMember is set to the comboBox control, it uses the default ToString of the object,

資源截圖

代碼片段和文件信息

public?class?Person
{
????public?int?Id?{?get;?set;?}
????public?string?Name?{?get;?set;?}
????public?string?Lastname?{?get;?set;?}

????public?override?string?ToString()
????{
????????return?String.Format(“{0}?{1}“?Name?Lastname);
????}
}


private?void?button2_Click(object?sender?EventArgs?e)
{
???? var?people?=?LoadSamplePeople();
//.DisplayMember?is?set?to?the?comboBox?control?it?uses?the?default?ToString?of?t

評論

共有 條評論