终端一体化运控平台
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 

24 wiersze
529 B

  1. using BPASmartClient.Device;
  2. using BPASmartClient.Peripheral;
  3. using System;
  4. using System.Collections.Generic;
  5. using System.Linq;
  6. using System.Text;
  7. using System.Threading.Tasks;
  8. namespace BPASmartClient.MorkT
  9. {
  10. public class Device_MorkT : BaseDevice
  11. {
  12. public override global::BPA.Message.Enum.DeviceClientType DeviceType { get { return BPA.Message.Enum.DeviceClientType.MORKIC; } }
  13. public override void StartMain()
  14. {
  15. }
  16. public override void Stop()
  17. {
  18. }
  19. }
  20. }