Esempio n. 1
0
 /// <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);
     }
 }
Esempio n. 2
0
 /// <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);
     }
 }