예제 #1
0
 protected void OnCurrentFolderUpdate()
 {
     this.ExecuteCommand(typeof(NavigateCommand));
     NavigationHistory.SetCurrent(CurrentFolder);
     SelectedLocationItem = Locations.FirstOrDefault(x => CurrentFolder.Path.Contains(x.Path));
 }
예제 #2
0
 protected void OnCurrentFolderUpdate()
 {
     this.ExecuteCommand(typeof(NavigateCommand));
     NavigationHistory.SetCurrent(CurrentFolder);
     RaisePropertyChanged(nameof(SelectedLocationItem));
 }