Commit 7a4e9676 LN

1

1 个父辈 d5eb241b
...@@ -314,7 +314,6 @@ ...@@ -314,7 +314,6 @@
this.btnScanTest.TabIndex = 30; this.btnScanTest.TabIndex = 30;
this.btnScanTest.Text = "扫码测试"; this.btnScanTest.Text = "扫码测试";
this.btnScanTest.UseVisualStyleBackColor = true; this.btnScanTest.UseVisualStyleBackColor = true;
this.btnScanTest.Visible = false;
this.btnScanTest.Click += new System.EventHandler(this.btnScanTest_Click); this.btnScanTest.Click += new System.EventHandler(this.btnScanTest_Click);
// //
// chbZxing // chbZxing
......
...@@ -478,7 +478,7 @@ namespace CodeLibrary ...@@ -478,7 +478,7 @@ namespace CodeLibrary
Task.Factory.StartNew(delegate Task.Factory.StartNew(delegate
{ {
//ScanTest(); //ScanTest();
ScanDemo(1000); ScanDemo(100);
}); });
} }
private void ScanTest() private void ScanTest()
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!