예제 #1
0
                protected int OnExecute(CommandLineApplication app)
                {
                    EgsTools.List(InputHed);

                    return(0);
                }
예제 #2
0
                protected int OnExecute(CommandLineApplication app)
                {
                    EgsTools.Patch(PkgFile, InputFolder, OutputDir);

                    return(0);
                }