Ejemplo n.º 1
0
 public static int GetLicenseFeature(int tmCid, LicenseFeature feature)
 {
     return(Native.TmcGetServerFeature(tmCid, (uint)feature));
 }