Files

16 lines
335 B
C#
Raw Permalink Normal View History

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace MainShell.EventArgsFolder
{
/// <summary>
/// 对刀完保存数据通知测高重新计算事件
/// </summary>
public class NeedleCalibrationHeightTestEventArgs : EventArgs
{
}
}