示例#1
0
 public static void SetLibraryPath(string libraryPath)
 {
     SevenZipLibraryManager.SetLibraryPath(libraryPath);
 }
示例#2
0
 public void SetNonExistant7zDllLocationTest()
 {
     Assert.Throws <SevenZipLibraryException>(() => SevenZipLibraryManager.SetLibraryPath("null"));
 }