コード例 #1
0
 /// <summary>
 /// Determines any differences between the files defined in the
 /// Wix document and the files on the file system and displays
 /// the results.
 /// </summary>
 public void CalculateDiff()
 {
     editor.CalculateDiff();
 }