| | |
| | | using Bro.M141.Process; |
| | | using Bro.UI.Model.Winform; |
| | | using HalconDotNet; |
| | | using Newtonsoft.Json; |
| | | using NPOI.POIFS.Crypt.Dsig; |
| | | using NPOI.SS.Formula.Functions; |
| | | using NPOI.XSSF.Streaming.Values; |
| | | using System.Collections.Concurrent; |
| | | using System.Net.Sockets; |
| | | using System.Text.RegularExpressions; |
| | | using static Bro.Common.Helper.EnumHelper; |
| | | using static NPOI.HSSF.Util.HSSFColor; |
| | | using static Org.BouncyCastle.Crypto.Engines.SM2Engine; |
| | | using static Org.BouncyCastle.Math.EC.ECCurve; |
| | |
| | | |
| | | AOI1Config ConfigAOI1 => Config as AOI1Config; |
| | | |
| | | |
| | | |
| | | public override void Open() |
| | | { |
| | | |
| | | //string configPath = @"C:\Users\30263\Desktop\666.txt"; |
| | | |
| | | //string _configBackupStr = ""; |
| | | //using (StreamReader reader = new StreamReader(configPath, System.Text.Encoding.UTF8)) |
| | | //{ |
| | | // _configBackupStr = reader.ReadToEnd(); |
| | | |
| | | //} |
| | | |
| | | //ProductModel p = JsonConvert.DeserializeObject<ProductModel>(_configBackupStr, new JsonSerializerSettings() { TypeNameHandling = TypeNameHandling.All }); |
| | | |
| | | base.Open(); |
| | | } |
| | | |