-
+
-
+
\ No newline at end of file
diff --git a/NKC_WF/site/MachineLoadSmart.aspx.cs b/NKC_WF/site/MachineLoadSmart.aspx.cs
index 4d5ce6f..94ec198 100644
--- a/NKC_WF/site/MachineLoadSmart.aspx.cs
+++ b/NKC_WF/site/MachineLoadSmart.aspx.cs
@@ -9,6 +9,17 @@ namespace NKC_WF.site
{
public partial class MachineLoadSmart : BasePage
{
+ #region Private Methods
+
+ private void forceRefresh()
+ {
+ cmp_stackLoading.doUpdate();
+ }
+
+ #endregion Private Methods
+
+ #region Protected Methods
+
protected void Page_Load(object sender, EventArgs e)
{
if (!Page.IsPostBack)
@@ -18,10 +29,6 @@ namespace NKC_WF.site
}
}
-
- private void forceRefresh()
- {
- cmp_stackLoading.doUpdate();
- }
+ #endregion Protected Methods
}
}
\ No newline at end of file
diff --git a/NKC_WF/site/MachineLoadSmart.aspx.designer.cs b/NKC_WF/site/MachineLoadSmart.aspx.designer.cs
index 7d15274..b728314 100644
--- a/NKC_WF/site/MachineLoadSmart.aspx.designer.cs
+++ b/NKC_WF/site/MachineLoadSmart.aspx.designer.cs
@@ -1,10 +1,10 @@
//------------------------------------------------------------------------------
-//
-// Codice generato da uno strumento.
+//
+// This code was generated by a tool.
//
-// Le modifiche a questo file possono causare un comportamento non corretto e verranno perse se
-// il codice viene rigenerato.
-//
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+//
//------------------------------------------------------------------------------
namespace NKC_WF.site
@@ -15,11 +15,11 @@ namespace NKC_WF.site
{
///
- /// Controllo cmp_stackLoading.
+ /// cmp_stackLoading control.
///
///
- /// Campo generato automaticamente.
- /// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
+ /// Auto-generated field.
+ /// To modify move field declaration from designer file to code-behind file.
///
protected global::NKC_WF.WebUserControls.cmp_stackLoading cmp_stackLoading;
}