且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

将列表框绑定到对象列表

更新时间:2022-06-01 18:13:40

使字符串属性代替字段:
Make the strings properties instead of fields:
public string FileName { get; set; }<br />    public string FilePath { get; set; }