Beispiel #1
0
 /// <summary>
 /// Fires OnReduceMemory for the panel
 /// </summary>
 /// <param name="panel"></param>
 private void FireOnReduceMemory(IPanel panel)
 {
     try
     {
         // Tell the panel to reduce memory.
         panel.OnReduceMemory();
     }
     catch (Exception e)
     {
         App.BaconMan.MessageMan.DebugDia("FireOnReduceMemory failed!", e);
     }
 }
 /// <summary>
 /// Fires OnReduceMemory for the panel
 /// </summary>
 /// <param name="panel"></param>
 private void FireOnReduceMemory(IPanel panel)
 {
     try
     {
         // Tell the panel to reduce memory.
         panel.OnReduceMemory();
     }
     catch (Exception e)
     {
         App.BaconMan.MessageMan.DebugDia("FireOnReduceMemory failed!", e);
     }
 }