Private Sub Fp_FingerTouching() Handles Fp.FingerTouching
'detecta que el lector de huellas ha sido tocado y registra la marca
Dim F As New System.EventArgs
If Me.WindowState = FormWindowState.Minimized Then
If Fp.ImageWidth > -1 Then
Nfi_Notificador_Click(Nfi_Notificador, F)
End If
End If
End Sub