private void PB_BoxSwap_Click(object sender, EventArgs e) { CB_BoxSelect.SelectedIndex = parent.swapBoxesViewer(CB_BoxSelect.SelectedIndex); }