Files
test_demo/MX-PD-盘古 - new/PanGu.DieBonderApp/MainShell/EventArgsFolder/NeedleCalibrationHeightTestEventArgs.cs

16 lines
335 B
C#
Raw 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
{
}
}