Ejemplo n.º 1
0
 /// <summary>
 /// Gets the MachineID of the computer.
 /// </summary>
 /// <param name="machineId">Machine ID.</param>
 /// <param name="message">Error message.</param>
 /// <returns>True if no error occurred, false if error occurred.</returns>
 public static List <string> GetMachineIds(out string message)
 {
     return(LicenseMonitor.GetMachineIds(out message));
 }
Ejemplo n.º 2
0
 public static void Reset()
 {
     LicenseMonitor.Reset();
 }