diff --git a/GPW_Admin/WebUserControls/mod_adminClienti.ascx b/GPW_Admin/WebUserControls/mod_adminClienti.ascx
index b906a9b..0ef03e7 100644
--- a/GPW_Admin/WebUserControls/mod_adminClienti.ascx
+++ b/GPW_Admin/WebUserControls/mod_adminClienti.ascx
@@ -24,7 +24,6 @@
- <%----%>
diff --git a/GPW_Admin/WebUserControls/mod_adminOrario.ascx b/GPW_Admin/WebUserControls/mod_adminOrario.ascx
index 2cac8bf..39b69aa 100644
--- a/GPW_Admin/WebUserControls/mod_adminOrario.ascx
+++ b/GPW_Admin/WebUserControls/mod_adminOrario.ascx
@@ -18,11 +18,11 @@
-
+
-
-
+
+
@@ -49,7 +49,7 @@
-
+
diff --git a/GPW_Admin/WebUserControls/mod_adminOrario.ascx.cs b/GPW_Admin/WebUserControls/mod_adminOrario.ascx.cs
index cdc1c35..0e375e9 100644
--- a/GPW_Admin/WebUserControls/mod_adminOrario.ascx.cs
+++ b/GPW_Admin/WebUserControls/mod_adminOrario.ascx.cs
@@ -10,31 +10,8 @@ using GPW_data;
namespace GPW_Admin.WebUserControls
{
- public partial class mod_adminOrario : System.Web.UI.UserControl
+ public partial class mod_adminOrario : BaseUserControl
{
- #region Public Events
-
- public event EventHandler eh_nuovoValore;
-
- public event EventHandler eh_resetSelezione;
-
- #endregion Public Events
-
- #region Public Properties
-
- ///
- /// controllo stato licenze!
- ///
- public bool chkLicOk
- {
- get
- {
- return (licenzeGPW.checkLicenze);
- }
- }
-
- #endregion Public Properties
-
#region Protected Methods
///
@@ -51,10 +28,7 @@ namespace GPW_Admin.WebUserControls
//update!
grView.DataBind();
// sollevo evento nuovo valore...
- if (eh_nuovoValore != null)
- {
- eh_nuovoValore(this, new EventArgs());
- }
+ raiseAddNew();
}
///
@@ -264,20 +238,7 @@ namespace GPW_Admin.WebUserControls
{
grView.SelectedIndex = -1;
grView.DataBind();
- if (eh_resetSelezione != null)
- {
- eh_resetSelezione(this, new EventArgs());
- }
- }
-
- ///
- /// effettua traduzione del lemma
- ///
- ///
- ///
- public string traduci(string lemma)
- {
- return user_std.UtSn.Traduci(lemma);
+ raiseReset();
}
#endregion Public Methods
diff --git a/GPW_Admin/WebUserControls/mod_adminOrario.ascx.designer.cs b/GPW_Admin/WebUserControls/mod_adminOrario.ascx.designer.cs
index ceea562..168f191 100644
--- a/GPW_Admin/WebUserControls/mod_adminOrario.ascx.designer.cs
+++ b/GPW_Admin/WebUserControls/mod_adminOrario.ascx.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 GPW_Admin.WebUserControls
@@ -15,29 +15,29 @@ namespace GPW_Admin.WebUserControls
{
///
- /// Controllo grView.
+ /// grView 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::System.Web.UI.WebControls.GridView grView;
///
- /// Controllo ods.
+ /// ods 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::System.Web.UI.WebControls.ObjectDataSource ods;
///
- /// Controllo lblNumRec.
+ /// lblNumRec 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::System.Web.UI.WebControls.Label lblNumRec;
}