コード例 #1
0
 /// <summary>
 /// Saves the changes made to the Wix document.
 /// </summary>
 public void Save()
 {
     editor.Save();
 }