Пример #1
0
        void qrRecognitionControl1_FirstImageFilled(object sender, FirstImageFilledEventArgs e)
        {
            // this.toolStripButton_getAndClose.Enabled = true;
            this.toolStrip1.Enabled = true;
            this.tabControl_main.Enabled = true;

            // this.qrRecognitionControl1.BeginInvoke(new Action<bool>(this.qrRecognitionControl1.DisplayImage), true);
            if (e.Error)
                this.qrRecognitionControl1.Image = null;
        }
Пример #2
0
        void qrRecognitionControl1_FirstImageFilled(object sender, FirstImageFilledEventArgs e)
        {
            // this.toolStripButton_getAndClose.Enabled = true;
            this.toolStrip1.Enabled      = true;
            this.tabControl_main.Enabled = true;

            // this.qrRecognitionControl1.BeginInvoke(new Action<bool>(this.qrRecognitionControl1.DisplayImage), true);
            if (e.Error)
            {
                this.qrRecognitionControl1.Image = null;
            }
        }
Пример #3
0
 void qrRecognitionControl1_FirstImageFilled(object sender, FirstImageFilledEventArgs e)
 {
     this.toolStripButton_getAndClose.Enabled = true;
 }