|
@@ -1557,12 +1557,14 @@ namespace OTSModelSharp
|
|
|
xInt xProjMgrFileMark = new xInt();
|
|
|
xString xProjMgrFileVersion = new xString();
|
|
|
xString xstrPathName = new xString();
|
|
|
+ xString xSystype = new xString();
|
|
|
Collection<CHoleBSEImg> xholeBSEImgs = new Collection<CHoleBSEImg>();
|
|
|
Collection<COTSSample> xsamples = new Collection<COTSSample>();
|
|
|
Slo slo = new Slo();
|
|
|
slo.Register("ProjMgrFileMark", xProjMgrFileMark);
|
|
|
slo.Register("ProjMgrFileVersion", xProjMgrFileVersion);
|
|
|
slo.Register("strPathName", xstrPathName);
|
|
|
+ slo.Register("SysType", xSystype);
|
|
|
slo.Register("SEMStageData", m_pSEMStageData);
|
|
|
slo.Register("Stage", m_pStage);
|
|
|
slo.Register("HoleBSEImg", xholeBSEImgs);
|
|
@@ -1572,6 +1574,7 @@ namespace OTSModelSharp
|
|
|
{
|
|
|
xProjMgrFileMark.AssignValue(0);
|
|
|
xProjMgrFileVersion.AssignValue("");
|
|
|
+ xSystype.AssignValue(m_nPackId.ToString());
|
|
|
xstrPathName.AssignValue(m_strPathName);
|
|
|
xholeBSEImgs.Clear();
|
|
|
foreach (var hole in m_listHoleBSEImg)
|