DeviceType.cs 72 B

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