Exemple #1
0
 public LicenseParser(string SrvAddress)
 {
     LicSrv = new SentinelInterface.SentinelInterface(SrvAddress);
 }
Exemple #2
0
 public LicenseParser()
 {
     LicSrv = new SentinelInterface.SentinelInterface("");
 }