コード例 #1
0
ファイル: SmartFile.cs プロジェクト: workcard/CafeT
 public void AddAfter(string line)
 {
     Content = Content.AddAfter(line);
 }