Beispiel #1
0
        //const string AdditionalComponents = "Biometrics.FaceSegmentsDetection"; Biometrics.FaceDetection,

        public FormCapturePhotograph(CapturePhotoNotifyer capturePhotoNotifyer, BusyNotifyer busyNotifyer)
        {
            _CapturePhotoNotifyer = capturePhotoNotifyer;
            _BusyNotifyer         = busyNotifyer;
            InitializeComponent();
            ObtainLicenses();
        }
Beispiel #2
0
 public BusyScreen(BusyNotifyer BusyNotifyer)
 {
     _BusyNotifyer = BusyNotifyer;
     InitializeComponent();
 }