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