Files
MoonPro.net/MP-Site/erroreComunicazione.aspx.cs
T
2017-04-14 13:59:28 +02:00

10 lines
229 B
C#

using System;
public partial class erroreComunicazione : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
lblMinLag.Text = SteamWare.memLayer.ML.confReadString("keepAliveMin");
}
}