/// <summary> /// Fires OnCleanupPanel for the panel /// </summary> /// <param name="panel"></param> private void FireOnCleanupPanel(IPanel panel) { try { // Tell the panel to clean up. panel.OnCleanupPanel(); } catch (Exception e) { App.BaconMan.MessageMan.DebugDia("FireOnCleanupPanel failed!", e); } }