Files
MoonPro.net/MP-Tablet/Default.aspx.cs
T
2017-04-14 14:01:32 +02:00

13 lines
280 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"));
}
}
}