コード例 #1
0
 public void AppendText(string filename, string text)
 {
     fileHelper.AppendText(filename, text);
 }