예제 #1
0
 private void Page_Loaded(object sender, RoutedEventArgs e)
 {
     if (AuthorizationTools.IsAuthorization())
     {
         return;
     }
     if (this.NavigationService != null)
     {
         this.NavigationService.Navigate(new BookAuthorise());
     }
 }