public frmMain() { InitializeComponent(); fingerPrint = new FingerprintCore(); fingerPrint.onStatus += new StatusEventHandler(fingerPrint_onStatus); fingerPrint.onFinger += new FingerEventHandler(fingerPrint_onFinger); fingerPrint.onImage += new ImageEventHandler(fingerPrint_onImage); //fingerPrint.onImage += new ImageEventHandler(on_consolidate); fopt = new formOption(); }
public RegistrosES() { InitializeComponent(); fingerPrint = new FingerprintCore(); idPersonaGlobal = ""; idHuellaPersonaGlobal = 0; fingerPrint.onStatus += new StatusEventHandler(fingerPrint_onStatus); fingerPrint.onFinger += new FingerEventHandler(fingerPrint_onFinger); fingerPrint.onImage += new ImageEventHandler(fingerPrint_onImage); //fingerPrint.onImage += new ImageEventHandler(on_consolidate); fopt = new formOption(); }
public frmMain() { InitializeComponent(); fingerPrint = new FingerprintCore(); fingerPrint.onStatus += new StatusEventHandler(fingerPrint_onStatus); fingerPrint.onFinger += new FingerEventHandler(fingerPrint_onFinger); fingerPrint.onImage += new ImageEventHandler(fingerPrint_onImage); //fingerPrint.onImage += new ImageEventHandler(on_consolidate); fopt = new formOption(); //Trackbar Values this.trackBarSensibility.Maximum = FingerprintConstants.GR_MAX_THRESHOLD; this.trackBarSensibility.Minimum = FingerprintConstants.GR_MIN_THRESHOLD; this.trackBarRotation.Maximum = FingerprintConstants.GR_ROT_MAX; this.trackBarRotation.Minimum = FingerprintConstants.GR_ROT_MIN; logControl = new LogControl(); socket = new SocketControl(); }