コード例 #1
0
ファイル: RcTemplate.cs プロジェクト: phreed/GMac
 public override string ToString()
 {
     return(TextLines.Concatenate(Environment.NewLine));
 }