Beispiel #1
0
        /// <summary>
        /// Destroys the frame and all its children.
        /// </summary>
        public void Destroy()
        {
            if (Parent != null)
            {
                Parent.RemoveChild(this);
            }

            GUIManager.Remove(this);
        }