Files
MoonPro.net/MP-TAB/Default.aspx.cs
T
Samuele E. Locatelli 0d4435a0bb Rinominato progetto TAB
2018-05-03 14:55:02 +02:00

13 lines
256 B
C#

using SteamWare;
using System;
namespace MoonProTablet
{
public partial class Default : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
Response.Redirect(memLayer.ML.confReadString("mainPage"));
}
}
}