コード例 #1
0
ファイル: WAttributes.cs プロジェクト: glcjr/Wixard
 public void AddElement(WAttribute elem)
 {
     Attributes.Add(elem);
 }
コード例 #2
0
ファイル: FirewallException.cs プロジェクト: glcjr/Wixard
 public void AddCustomElement(WAttribute attri)
 {
     Options.AddElement(attri);
 }
コード例 #3
0
ファイル: Element.cs プロジェクト: glcjr/Wixard
 public void AddCustomElement(WAttribute elem)
 {
     Attributes.AddElement(elem);
 }