Exemplo n.º 1
0
 protected GenerateKeyCommand(KeyType keyType, string seedKey = "") : base
     (
         @switch: keyType.ToCommand(),
         whichExe: WhichExe.WGExe
     )
 {
     StandardInput = seedKey;
 }