Ejemplo n.º 1
0
 internal Implementation(List<CommandLineOption> options, OptionStoreHelper helper)
 {
     _commandLineOptions = options;
     _helper = helper;
 }
Ejemplo n.º 2
0
 internal static CommandLineOptionStore GetInstance(List<CommandLineOption> options, OptionStoreHelper helper)
 {
     return new Implementation(options, helper);
 }