private void PopulateNavItems() { //^^ //{[{ _primaryItems.Add(ShellNavigationItem.FromType <wts.ItemNamePage>("Shell_wts.ItemName".GetLocalized(), Symbol.Document)); //}]} }
private void PopulateNavItems() { //^^ //{[{ _secondaryItems.Add(ShellNavigationItem.FromType <wts.ItemNamePage>("Shell_wts.ItemName".GetLocalized(), Symbol.Setting)); //}]} }
private void PopulateNavItems() { _navigationItems.Clear(); _navigationItems.Add(ShellNavigationItem.FromType <OverviewPage>("Overview", Symbol.Home)); _navigationItems.Add(ShellNavigationItem.FromType <LunchesPage>("My lunches", Symbol.Calendar)); _navigationItems.Add(ShellNavigationItem.FromType <FriendsPage>("People", Symbol.People)); _navigationItems.Add(ShellNavigationItem.FromType <PlacesPage>("Places", Symbol.Map)); }
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// ///NAVIGATION ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// private void PopulateNavItems() { _navigationItems.Clear(); _navigationItems.Add(ShellNavigationItem.FromType <MainPage>("DashBoard", Symbol.Admin)); _navigationItems.Add(ShellNavigationItem.FromType <StatisticsPage>("Statistics", Symbol.Home)); _navigationItems.Add(ShellNavigationItem.FromType <TodoManagementPage>("To-Do Management", Symbol.Calendar)); _navigationItems.Add(ShellNavigationItem.FromType <JournalPage>("Journal", Symbol.People)); _navigationItems.Add(ShellNavigationItem.FromType <ChallengePage>("Challenge", Symbol.Map)); }