Exemple #1
0
 protected void OnNavigation(NavigationEventArgsHelper args)
 {
     if (this.Navigation == null)
     {
         return;
     }
     this.Navigation((object)this, args);
 }
 protected void OnNavigation(NavigationEventArgsHelper args)
 {
   if (this.Navigation == null)
     return;
   this.Navigation((object) this, args);
 }