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

2024年11月28日 00:35
有1个网友回答
网友(1):

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