Ejemplo n.º 1
0
        static void Main(string[] args)
        {
            var appPath   = Settings.ApplicationPath();
            var inputPath = Path.Combine(appPath, Settings.Get("InputPath"));
            var outPath   = Path.Combine(appPath, Settings.Get("OutputPath"));

            ProcessFile.Out(inputPath, outPath);
        }