예제 #1
0
 private void DeleteItemButton_Click(object sender, EventArgs e)
 {
     currList.RemoveItem(EditList_ListBox.SelectedIndex);
     EditList_ListBox.Items.RemoveAt(EditList_ListBox.SelectedIndex);
 }
예제 #2
0
 private void DeleteItemButton_Click(object sender, EventArgs e)
 {
     newList.RemoveItem(NewList_ListBox.SelectedIndex);
     NewList_ListBox.Items.RemoveAt(NewList_ListBox.SelectedIndex);
     ItemDetails.Text = "";
 }