+
Batch preview - start | pause | stop
-
diff --git a/NKC_WF/site/BatchPreview.aspx.cs b/NKC_WF/site/BatchPreview.aspx.cs
index 072c28c..58e63df 100644
--- a/NKC_WF/site/BatchPreview.aspx.cs
+++ b/NKC_WF/site/BatchPreview.aspx.cs
@@ -17,6 +17,13 @@ namespace NKC_WF.site
doUpdate();
}
cmp_BP_bunkList.eh_doRefresh += Cmp_BP_bunkList_eh_doRefresh;
+ cmp_BP_sheetList.eh_doRefresh += Cmp_BP_sheetList_eh_doRefresh;
+ }
+
+ private void Cmp_BP_sheetList_eh_doRefresh(object sender, EventArgs e)
+ {
+ // imposto sheet sul foglio...
+ cmp_MU_svgViewer.SheetId = cmp_BP_sheetList.SheetIdSel;
}
private void Cmp_BP_bunkList_eh_doRefresh(object sender, EventArgs e)
@@ -47,6 +54,7 @@ namespace NKC_WF.site
private void doUpdate()
{
cmp_BP_bunkList.BatchId = BatchId;
+ cmp_MU_svgViewer.BatchId = BatchId;
}
///