Пример #1
0
 static void IndjectCustomUI(CustomUI customUI, XDocument doc)
 {
     if (customUI != null)
         doc.Root.Select("Product").Add(customUI.ToXElement());
 }