Exemplo n.º 1
0
        private void GetOcrButton_Click(object sender, EventArgs e)
        {
            if (SelectedSnapShot == null)
            {
                return;
            }

            OcrResultForm OcrInstance = OcrResultForm.Instance;

            OcrInstance.SetOcr(SelectedSnapShot);
        }
Exemplo n.º 2
0
 private void OcrResultForm_FormClosed(object sender, FormClosedEventArgs e)
 {
     Instance = null;
 }