示例#1
0
 private void AddItemButton_Click(object sender, EventArgs e)
 {
     GraphViewer.AddDemands(ItemListBox.SelectedItems.Cast <Item>());
 }