DeviceType.cs 73 B

123456
  1. public class DeviceType
  2. {
  3. public static string type = "Rhinox";
  4. }