|
@@ -8,7 +8,6 @@ using System.Linq;
|
|
|
using System.Text;
|
|
|
using System.Threading.Tasks;
|
|
|
|
|
|
-
|
|
|
using SmartSEMControl;
|
|
|
using MeasureData;
|
|
|
|
|
@@ -31,13 +30,13 @@ namespace MeasureThread
|
|
|
public string cMsrEndTime;
|
|
|
};
|
|
|
//切孔状态
|
|
|
- public struct STMSampleStatus
|
|
|
+ public struct STMHoleStatus
|
|
|
{
|
|
|
public int iMeasureSampleStatus;
|
|
|
public string cSampleName;
|
|
|
};
|
|
|
public STMThreadStatus STMThreadStu;
|
|
|
- public STMSampleStatus STMSampleStu;
|
|
|
+ public STMHoleStatus STMSampleStu;
|
|
|
};
|
|
|
|
|
|
|