13 lines
268 B
C#
13 lines
268 B
C#
using SteamWare;
|
|
using System;
|
|
|
|
namespace GPW.Smart
|
|
{
|
|
public partial class Default : System.Web.UI.Page
|
|
{
|
|
protected void Page_Load(object sender, EventArgs e)
|
|
{
|
|
Response.Redirect(memLayer.ML.CRS("GpwSmartUrl"));
|
|
}
|
|
}
|
|
} |