예제 #1
0
 /// <summary>
 /// Handles setting up the UI.
 /// </summary>
 protected virtual void OnSetup()
 {
     // Setup the navigator, if one is assigned.
     if (Navigator != null)
     {
         Navigator.BindToEvents();
         Navigator.UpdateNavigation();
     }
 }