Exemplo n.º 1
0
        public static CommandLineParameters Parse(string[] args)
        {
            var clp = new CommandLineParameters();

            clp.DoParse(args);
            return(clp);
        }
Exemplo n.º 2
0
 public static CommandLineParameters Parse(string[] args)
 {
     var clp = new CommandLineParameters();
     clp.DoParse(args);
     return clp;
 }