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