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