CalibrationPrsnt.cs 340 B

123456789101112131415
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using System.Threading.Tasks;
  6. using Uestc.Auto6.Dso.ComModel;
  7. using Uestc.Auto6.Dso.Core.Hardware;
  8. namespace Uestc.Auto6.Dso.Core
  9. {
  10. public class CalibrationPrsnt
  11. {
  12. public static void Push(HdCmd cmd) => HdCmdFactory.Push(cmd);
  13. }
  14. }