Exemplo n.º 1
0
        private void buttonPaste_Click(object sender, EventArgs e)
        {
            archive.PasteAssetsFromClipboard(comboBoxLayers.SelectedIndex, out List <uint> finalIndices);

            comboBoxLayers.Items[comboBoxLayers.SelectedIndex] = archive.LayerToString(comboBoxLayers.SelectedIndex);

            SetSelectedIndices(finalIndices, true);
        }