예제 #1
0
        private void ClearCurrentKartPalette()
        {
            //We need to basically cull all the kart palettes, add them to the new images and then clear the image palette
            Kart.ClearMainPalette();

            PopulateKartImagesListBox();
            PopulateNewImagesListBox();
        }