示例#1
0
 private void buttonCopyMisc_Click(object sender, EventArgs e)
 {
     if (listBoxObjects.SelectedIndices.Count == 1)
     {
         layoutSystem.CopyMisc(listBoxObjects.SelectedIndex);
     }
 }