Beispiel #1
0
        public void tsmProperties_Click(object sender, EventArgs e)
        {
            PropertiesDialog.ShowDialog();
            if (!string.IsNullOrEmpty(PropertiesDialog.BackgroundPreview))
            {
                AnimationViewer.LoadBackgroundPreview(PropertiesDialog.BackgroundPreview);

                ActiveAnimation.ActiveAnimationBackground.ResetCamera();
            }
        }