You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

48 lines
785 B

  1. //using System;
  2. //using System.Collections.Generic;
  3. //using System.Linq;
  4. //using System.Text;
  5. //using System.Threading.Tasks;
  6. //using HBLConsole.Interface;
  7. //namespace HBLConsole.Business.Devices
  8. //{
  9. // public class MORKD : IControl
  10. // {
  11. // private volatile static MORKD _Instance;
  12. // public static MORKD GetInstance => _Instance ?? (_Instance = new MORKD());
  13. // private MORKD() { }
  14. // public void DataParse<T>(T order)
  15. // {
  16. // }
  17. // public void Init()
  18. // {
  19. // }
  20. // public void Main()
  21. // {
  22. // }
  23. // public void ReadData()
  24. // {
  25. // }
  26. // public void SimOrder()
  27. // {
  28. // }
  29. // public void ConnectOk()
  30. // {
  31. // }
  32. // }
  33. //}