7d289a3b64
pulizia codice...
19 lines
453 B
C#
19 lines
453 B
C#
using SteamWare;
|
|
|
|
public partial class mod_pageTitleAndSearch : ApplicationUserControl
|
|
{
|
|
#region area protected
|
|
|
|
protected string _titolo;
|
|
protected override void traduciObj()
|
|
{
|
|
DataLayer_AnagGen.PermessiRow riga = (DataLayer_AnagGen.PermessiRow)user_std.UtSn.permessi.Select(string.Format("URL = '{0}'", _paginaCorrente))[0];
|
|
_titolo = riga.NOME;
|
|
lblTitolo.Text = traduci(_titolo);
|
|
}
|
|
|
|
|
|
#endregion
|
|
|
|
}
|