From 7945aea863e3b4ea3cfbeacd6bde14d7a89afc55 Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期五, 22 九月 2023 14:13:12 +0800
Subject: [PATCH] RGB修改

---
 HDL-ON_Android/Scan.cs |   30 ------------------------------
 1 files changed, 0 insertions(+), 30 deletions(-)

diff --git a/HDL-ON_Android/Scan.cs b/HDL-ON_Android/Scan.cs
index ea1bf16..ee51da6 100644
--- a/HDL-ON_Android/Scan.cs
+++ b/HDL-ON_Android/Scan.cs
@@ -49,37 +49,7 @@
 
                         HDL_ON_Android.ScanActivity.InitDdd(this);
 
-                        //MobileBarcodeScanner.Initialize(Shared.Application.Activity.Application);
-                        //var mZXingCustomScanView = new ZXingCustomScanView(Shared.Application.Activity.Application);
-                        //mZXingCustomScanView.cancelTextView.Text = cancel;
-                        //mZXingCustomScanView.flashTextView.Text = flashText;
-                        //mZXingCustomScanView.titleTextView.Text = titleText;
-                        //mZXingCustomScanView.SetMinimumWidth( 1800);
-                        //var bOn = false;
-                        //scanner = new ZXing.Mobile.MobileBarcodeScanner()
-                        //{
-                        //    UseCustomOverlay = true,
-                        //    CustomOverlay = mZXingCustomScanView
-                        //};
-                        ////scanner.CustomOverlay.width
-                        //mZXingCustomScanView.OnCancel += () =>
-                        //{
-
-                        //    scanner?.Cancel();
-                        //};
-
-                        //mZXingCustomScanView.OnTorch += () =>
-                        //{
-                        //    bOn = !bOn;
-                        //    scanner?.Torch(bOn);
-                        //};
                     }
-
-                    //var result = await scanner.Scan();
-                    //if (result != null)
-                    //    action?.Invoke(result.Text);
-                    //else
-                    //    action?.Invoke(null);
                 }
                 else
                 {

--
Gitblit v1.8.0