Ejemplo n.º 1
0
 public CLITestCmdCryptoAdmin(TestCryptoAdminCLI _enclosing, string str, CLICommandTypes
                              type)
     : base(str, type)
 {
     this._enclosing = _enclosing;
 }
Ejemplo n.º 2
0
 internal TestConfigFileParserCryptoAdmin(TestCryptoAdminCLI _enclosing)
     : base(_enclosing)
 {
     this._enclosing = _enclosing;
 }