杨威 1 month ago
parent e819063b5b
commit cc1fe4c445

@ -27,20 +27,11 @@ namespace NDSD_Screwdriver
public FrmSetting()
{
InitializeComponent();
var body = "00 03 08 E0 04 01 50 B8 C1 39 3A".ToHex();
var ssss = CRC16.ToModbus(body).ToHex(" ");
SqlLiteTool.CreateTable(AppTool.GetDb());
Init();
}
public void Init()
{
dataGridView1.AutoGenerateColumns = false;

Loading…
Cancel
Save