... "B", "C" }; list = new List<string>(array); bindingList = new BindingList<string>(list); listBox1.DataSource = bindingList; listBox1.
確定! 回上一頁