AnlageIP adresse kann nun im Menu geändert werden

This commit is contained in:
HuskyTeufel
2022-04-13 11:51:37 +02:00
parent 9ee596d1bb
commit a027973358
12 changed files with 378 additions and 20 deletions

View File

@@ -28,6 +28,7 @@ namespace SanShared
this.FirmCode = 103086;
this.ProductCode = ProductCode;
#else
return;
this.FirmCode = 10;
this.ProductCode = 1;
#endif
@@ -101,6 +102,9 @@ namespace SanShared
public void CleanDongle()
{
#if DEBUG
return;
#endif
cmApi.CmRelease(hcmse);
}
@@ -142,7 +146,7 @@ namespace SanShared
public bool IsLicensed(byte neededMask)
{
#if LAPTOP
#if DEBUG
return true;
#else
uint DongleFeature = GetFeatureMap();