コード例 #1
0
ファイル: GenerateHtml.cs プロジェクト: leasmax/StockSharp
 static XElement xx(string tagNeme, string innerXml)
 {
     return(XMLUtils.NewXElement(tagNeme, innerXml));
 }