Пример #1
0
        protected override void OnClosing(CancelEventArgs e)
        {
            if (rootContainer != null)
            {
                rootContainer.ActivePanel = null;
                rootContainer.CloseClick(this, new EventArgs());
            }

            base.OnClosing(e);
        }