UNPKG

vox-core

Version:

Runtime de aplicaciones multiplataforma

21 lines (14 loc) 404 B
var consts=core.VW.Clr.Constants; /** * Clase que representa un Field de una clase u objeto .NET * @memberof VW.Clr * @constructor * @param {Object} options * @protected */ var LprField= core.org.voxsoftware.Lpr.Field var Field= module.exports= function(args){ LprField.call(this, args) } Field.prototype = Object.create(LprField.prototype); Field.prototype.constructor= Field