示例#1
0
文件: Compiler.cs 项目: Eun/WixSharp
 static void IndjectCustomUI(Controls.CustomUI customUI, XDocument doc)
 {
     if (customUI != null)
         doc.Root.Select("Product").Add(customUI.ToXElement());
 }