Beispiel #1
0
 public void SaveHistories(string packageId, string downloadDirectory, string solutionDirectory)
 {
     PomHistory.Save(packageId);
     DownloadDirectoryHistory.Save(downloadDirectory);
     SolutionDirectoryHistory.Save(solutionDirectory);
 }
Beispiel #2
0
 public void Start()
 {
     PomHistory.LoadAsync();
     DownloadDirectoryHistory.LoadAsync();
     SolutionDirectoryHistory.LoadAsync();
 }