using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Uestc.Auto6.Dso.ComModel; using Uestc.Auto6.Dso.Core.Hardware; namespace Uestc.Auto6.Dso.Core { public class CalibrationPrsnt { public static void Push(HdCmd cmd) => HdCmdFactory.Push(cmd); } }