7d289a3b64
pulizia codice...
13 lines
326 B
C#
13 lines
326 B
C#
using SteamWare;
|
|
using System;
|
|
|
|
public partial class help : UserPage
|
|
{
|
|
protected void Page_Load(object sender, EventArgs e)
|
|
{
|
|
lnkHelp.Text = traduci("ApriManualeHelp");
|
|
// sistemo link help x lingua
|
|
lnkHelp.NavigateUrl = string.Format("~/help/{0}/index.html", user_std.UtSn.lingua);
|
|
}
|
|
}
|