Ejemplo n.º 1
0
        public static void HideTimeline()
        {
            if (singleton != null)
            {
                singleton.Close();
            }

            ContextPanel.ShowTimeline = false;

            //close the key properties as well.
            KeyProperties.HideProperties();
        }