示例#1
0
        private static string GetTextFile()
        {
            var path = Helpers.GetPathFile();

            return(File.ReadAllText(path));
        }