23 lines
410 B
C#
23 lines
410 B
C#
using SteamWare;
|
|
using System;
|
|
|
|
namespace PUB.WebUserContols
|
|
{
|
|
public partial class mod_statusRowPAZ : System.Web.UI.UserControl
|
|
{
|
|
protected void Page_Load(object sender, EventArgs e)
|
|
{
|
|
|
|
}
|
|
/// <summary>
|
|
/// titolo pagina
|
|
/// </summary>
|
|
public string titolo
|
|
{
|
|
get
|
|
{
|
|
return devicesAuthProxy.getPage(Request.Url).Replace(".aspx", "");
|
|
}
|
|
}
|
|
}
|
|
} |