条码枪无焦点扫描 上传者:jomlee 2019-04-12 17:16:09上传 其他文件 500kb 热度 95次 下载地址 用户评论 更多下载 下载地址 立即下载 用户评论 码姐姐匿名网友 2019-04-12 17:16:09 花了我2分,为了知道为何我在别的网站的down下的代码没有反应,原来是我没有调用BarCode.Start(). this.Loaded += (sender, e) => { BarCode.Start(); }; this.Unloaded += (sender, e) => { BarCode.Stop(); }; 然后,可以简化为: void BarCode_BarCodeEvent(BarCodeHook.BarCodes barCode) { this.Dispatcher.Invo 码姐姐匿名网友 2019-04-12 17:16:09 程序确实有缺陷,不过对我还是蛮有帮助的。 码姐姐匿名网友 2019-04-12 17:16:09 你这代码没猫腻么,我把源代码关于BARCODE的全注释了,重新生成居然还能读到? 发表评论
花了我2分,为了知道为何我在别的网站的down下的代码没有反应,原来是我没有调用BarCode.Start(). this.Loaded += (sender, e) => { BarCode.Start(); }; this.Unloaded += (sender, e) => { BarCode.Stop(); }; 然后,可以简化为: void BarCode_BarCodeEvent(BarCodeHook.BarCodes barCode) { this.Dispatcher.Invo
程序确实有缺陷,不过对我还是蛮有帮助的。
你这代码没猫腻么,我把源代码关于BARCODE的全注释了,重新生成居然还能读到?