You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ItemViewModel.ViewModel=newItemViewModel(History.HistoryList[History.HistoryList.Count-1]);// To take into account the correct index without interference from the folder being navigated to
289
+
ItemViewModel.ViewModel=newItemViewModel(History.HistoryList[History.HistoryList.Count-1],GenericFileBrowser.GFBPageName);// To take into account the correct index without interference from the folder being navigated to
ItemViewModel.ViewModel=newItemViewModel(History.ForwardList[History.ForwardList.Count()-1]);// To take into account the correct index without interference from the folder being navigated to
429
+
ItemViewModel.ViewModel=newItemViewModel(History.ForwardList[History.ForwardList.Count()-1],GenericFileBrowser.GFBPageName);// To take into account the correct index without interference from the folder being navigated to
ItemViewModel.ViewModel=newItemViewModel(History.HistoryList[History.HistoryList.Count()-1]);// To take into account the correct index without interference from the folder being navigated to
479
+
ItemViewModel.ViewModel=newItemViewModel(History.HistoryList[History.HistoryList.Count()-1],PhotoAlbum.PAPageName);// To take into account the correct index without interference from the folder being navigated to
ItemViewModel.ViewModel=newItemViewModel(History.ForwardList[History.ForwardList.Count()-1]);// To take into account the correct index without interference from the folder being navigated to
508
+
ItemViewModel.ViewModel=newItemViewModel(History.ForwardList[History.ForwardList.Count()-1],PhotoAlbum.PAPageName);// To take into account the correct index without interference from the folder being navigated to
0 commit comments