Files

8 lines
150 B
C#
Raw Permalink Normal View History

namespace MainShell.Process
{
public interface IWaferScanPlanner
{
WaferScanPlan CreatePlan(WaferDiePositionContext context);
}
}