public static void GetKey(ProductInfo.ProductType type) { switch (type) { case ProductInfo.ProductType.Full: realKey = 0x3c; trialKey = 0x5c; break; case ProductInfo.ProductType.Lite: realKey = 0x25; trialKey = 0x26; break; default: realKey = 0x25; trialKey = 0x26; break; } }
public void ListItemsByType(ProductInfo.ProductType pType) { ListItemsByType((int)pType); }