Exemplo n.º 1
0
        public void NavigateTo(Page CurrentPage, i9Modules ModuleName)
        {
            //if (ModuleManager.Instance.ContainsKey("MainPage"))
            ModuleItem mi = this.GetModuleItem(ModuleName.ToString());
            Page       p  = this.GetModulePage(mi.ModuleKey);

            NavigationService.GetNavigationService(CurrentPage).Navigate(p);
        }
Exemplo n.º 2
0
 public void NavigateTo(Page CurrentPage, i9Modules ModuleName)
 {
     //if (ModuleManager.Instance.ContainsKey("MainPage"))
     ModuleItem mi = this.GetModuleItem(ModuleName.ToString());
     Page p = this.GetModulePage(mi.ModuleKey);
     NavigationService.GetNavigationService(CurrentPage).Navigate(p);
 }