private void buttonSendChoickedToNosend_Click(object sender, EventArgs e)
{
for (int i = 0; i < this.checkedListBoxSend.CheckedItems.Count; i++)
{
this.checkedListBoxSiftEmail.Items.Add(checkedListBoxSend.GetItemText(checkedListBoxSend.Items[i]));
this.checkedListBoxSend.Items.RemoveAt(i);
}
}
更多信息請查看IT技術(shù)專欄
2025國考·省考課程試聽報名