DeviceEntity.cs 253 B

1234567891011121314
  1. using Aitex.Core.RT.Device;
  2. using System;
  3. using System.Collections.Generic;
  4. using System.Linq;
  5. using System.Text;
  6. using System.Threading.Tasks;
  7. namespace athosRT.Devices
  8. {
  9. internal class DeviceEntity : DeviceEntityT<DeviceManager>
  10. {
  11. }
  12. }