Ejemplo n.º 1
0
                protected int OnExecute(CommandLineApplication app)
                {
                    EgsTools.List(InputHed);

                    return(0);
                }
Ejemplo n.º 2
0
                protected int OnExecute(CommandLineApplication app)
                {
                    EgsTools.Patch(PkgFile, InputFolder, OutputDir);

                    return(0);
                }