示例#1
0
 private void ProjectLoading(string path)
 {
     if (projectDataService.LoadProject(path))
     {
         tabNavigationService.NavigateToTab("ProjectTabControl", null);
     }
     // NOTE: if loading fails when we get here, the service itself should signal what went wrong since it's not specific to the project picker viewmodel.
 }