コード例 #1
0
ファイル: ConfigurationMode.cs プロジェクト: Belial2010/Leap
 public string ToXml()
 {
     return(ConfigurationSerializer.ModeToXml(this));
 }