コード例 #1
0
ファイル: DomObject.cs プロジェクト: Carbonfrost/f-web-dom
 internal DomName CreateDomName(string name)
 {
     return(NameContext.GetName(name));
 }