8 lines
150 B
C#
8 lines
150 B
C#
|
|
namespace MainShell.Process
|
||
|
|
{
|
||
|
|
public interface IWaferScanPlanner
|
||
|
|
{
|
||
|
|
WaferScanPlan CreatePlan(WaferDiePositionContext context);
|
||
|
|
}
|
||
|
|
}
|