Inheritance: TpmStructureBase
Ejemplo n.º 1
0
 public EccScheme(EccScheme the_EccScheme)
 {
     if((Object) the_EccScheme == null ) throw new ArgumentException(Globs.GetResourceString("parmError"));
 }