sc 2 years ago
parent
commit
1a7669f1bf
  1. 2
      MainWindow.xaml.cs

2
MainWindow.xaml.cs

@ -109,7 +109,7 @@ namespace SUNLIGHT_CDKEY
string a;
string b, my, mm, md;
if (sn_id.Text.Length <6)
if (sn_id.Text.Length <6)//id字节长度大于6有效
{
sn_id.BorderBrush = new SolidColorBrush(System.Windows.Media.Color.FromArgb(255, 255,0, 0));
return;

Loading…
Cancel
Save