Esempio n. 1
0
 /// <summary>
 /// Loads the changelog to access Added, Modified, Removed, and Renamed
 /// </summary>
 private void Load()
 {
     changelog = directory.GetChangelog(Hash);
 }