sc 2 years ago
parent
commit
bfa5b59496
  1. 2
      Windows/CDKEY.xaml.cs

2
Windows/CDKEY.xaml.cs

@ -191,8 +191,6 @@ namespace formula_manage.Windows
string t; string t;
t = sn_id.Text.Substring(0,6); t = sn_id.Text.Substring(0,6);
cdk.Text = t +"240102" + CRCcheck16.ToCRC16(CRCcheck16.StringToHexByte(t+ "240102"),true); cdk.Text = t +"240102" + CRCcheck16.ToCRC16(CRCcheck16.StringToHexByte(t+ "240102"),true);
} }

Loading…
Cancel
Save