List listToBind = new List { new MyClass(1, "One"), new MyClass(2, "Two") }; this.listBox1.DisplayMember = "Text"; this.listBox1.
確定! 回上一頁