/// <summary> /// Fires OnNavigateTo for the panel /// </summary> /// <param name="panel"></param> private void FireOnNavigateTo(IPanel panel) { try { // Tell the panel it is prime time! panel.OnNavigatingTo(); } catch (Exception e) { App.BaconMan.MessageMan.DebugDia("OnNavigatingTo failed!", e); } }