Ejemplo n.º 1
0
Archivo: Utils.cs Proyecto: zmyer/rDSN
 public ErrorCode(string err)
 {
     _error = Native.dsn_error_register(err);
 }