Exemple #1
0
 internal CommandLineConnectionParameterInitializer(Dictionary <string, string> args)
 {
     commandLineArgs = CommandLineArgs.From(args);
 }
 internal CommandLineConnectionFlowInitializer(Dictionary <string, string> commandLineArgs)
 {
     this.commandLineArgs = CommandLineArgs.From(commandLineArgs);
 }