public static HuellaEspera Instancia() { if (((frmInst == null) || (frmInst.IsDisposed == true))) { frmInst = new HuellaEspera(); } frmInst.BringToFront(); return frmInst; }
public void OnComplete(object Capture, string ReaderSerialNumber, DPFP.Sample Sample) { HuellaEspera he = new HuellaEspera(); he.Close(); Process(Sample); }