protected override void OnClosing(CancelEventArgs e)
        {
            MainPanel.Close();

            ServicesRegistry.EntityRegistry.DelayAction.DefaultGroup.WaitFlush(true);

            base.OnClosing(e);
        }
Example #2
0
        protected override void OnClosing(CancelEventArgs e)
        {
            MainPanel.Close();

            base.OnClosing(e);
        }