Exemplo n.º 1
0
 /// <summary>
 ///     By default we try to find the path to the ndiff executable by searching the path and the ndiff options are empty.
 /// </summary>
 public NdiffContext(string ExecutablePath)
 {
     //using NmapContext to get the path so as to not duplicate code for finding the executable in the PATH
     Path    = ExecutablePath;
     Options = new NdiffOptions();
 }