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

15 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
{
public class SubstrateResultEventArgs
{
public double Angle { get; set; }
// 如果有其他最终结果(如 Offset也可以放在这里
}
}