示例#1
0
文件: Driver.cs 项目: JoergEg/manos
 private static int Run(string app, IList<string> args)
 {
     RunCommand cmd = new RunCommand ();
     return cmd.Run (app, args);
 }
示例#2
0
        private static int Run(string app, IList <string> args)
        {
            RunCommand cmd = new RunCommand();

            return(cmd.Run(app, args));
        }