Files
XPS/project/XPST/Default.aspx.cs
T
Samuele Locatelli dac90dab45 update x
- gestione nuova stored x caricamento anagrafiche
- testing invio mail auth
- update gestioen devices
2013-06-06 12:44:02 +02:00

19 lines
392 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using SteamWare;
namespace XPST
{
public partial class _Default : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
Response.Redirect("./login.aspx");
}
}
}