Example #1
0
 private void deInitBarcode()
 {
     if (conScan != null)
     {
         conScan.Dispose();
         conScan = null;
     }
 }
Example #2
0
 private void deInitBarcode()
 {
     if (conScan != null)
     {
         conScan.Dispose();
         conScan = null;
         bFirstLoad = true;
     }
 }
Example #3
0
 private void deInitBarcode()
 {
     if (conScan != null)
     {
         conScan.Dispose();
         conScan = null;
         System.Diagnostics.Debug.WriteLine("deInitBarcode(): removed scanner control");
     }
 }
Example #4
0
 private void deInitBarcode()
 {
     if (conScan != null)
     {
         conScan.Dispose();
         conScan    = null;
         bFirstLoad = true;
     }
 }
Example #5
0
 private void deInitBarcode()
 {
     if (conScan != null)
     {
         conScan.Dispose();
         conScan = null;
         System.Diagnostics.Debug.WriteLine("deInitBarcode(): removed scanner control");
     }
 }