如何把一个数组通过委托写入listbox

2024-11-28 00:35:15
推荐回答(1个)
回答1:

listBox2.Items.AddRange(listBox1.Items);
listBox1.Items.Clear();