internal XSVFException(byte errorCode)
 {
     ErrorCode = (XSVFErrors) errorCode;
 }
Esempio n. 2
0
 internal XSVFException(byte errorCode)
 {
     ErrorCode = (XSVFErrors)errorCode;
 }