コード例 #1
0
 protected override void OnNavigatedFrom(NavigationEventArgs e)
 {
     if (printHelper != null)
     {
         printHelper.UnregisterForPrinting();
     }
 }