예제 #1
0
파일: Tina.cs 프로젝트: KentoHize/Aritiafel
        public static void AppendTextFile(string folderName, string fileName, string content)
        {
            Residence rs = new Residence(folderName);

            rs.AppendLocalTextFile(fileName, content);
        }