Beispiel #1
0
 // Make base string (Computer ID)
 private void MakeBaseString()
 {
     try
     {
         _BaseString = Encryption.Boring(Encryption.InverseByBase(SystemInfo.GetSystemInfo(_SoftName), 10));
     }
     catch (Exception ex)
     {
     }
 }
Beispiel #2
0
 // Make base string (Computer ID)
 private void MakeBaseString()
 {
     _BaseString = Encryption.Boring(Encryption.InverseByBase(SystemInfo.GetSystemInfo(_SoftName), 10));
 }