Example #1
0
 public void NavigateToSection(Type type)
 {
     if (inst != null)
     {
         Activate();
         ShellPage.Navigate(type);
     }
 }
Example #2
0
 public void NavigateToSection(System.Type type)
 {
     ShellPage.Navigate(type);
 }