Exemple #1
0
        private void btnRecalculate_Click(object sender, EventArgs e)
        {
            //Recalculate the animations
            Kart.UpdateAnimationsWithExistingImages();

            HideReloadScreen();
        }