示例#1
0
 public FromCommandPasswordGenerator(string cmd, IInterpretingContext context, IAlphabet alphabet)
 {
     resolver = new StringCommandResolver(cmd);
     context  = new InterpretingContext(alphabet);
 }
示例#2
0
 public FromCommandPasswordGenerator(string cmd)
 {
     resolver = new StringCommandResolver(cmd);
     context  = new InterpretingContext();
 }