示例#1
0
        //######################################################################
        // Methods
        //######################################################################

        public static string ProcessInputFile(string path)
        {
            return(Helpers.GetFileAsString(path));
        }