USBDevice.cs 80 B

1234
  1. public class USBDevice {
  2. public string name;
  3. public int deviceNumber;
  4. }