Files
XPS/project/XPST/Default.aspx.cs
T
samuele a8add88ada fix con gestione utente windows x XPST
refresh e correzione bug selettore elenco commesse (scambio produzione/magazzino)
2012-12-18 17:38:58 +01:00

19 lines
417 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 : Flesk.Accelerator.Page //System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
Response.Redirect("./login.aspx");
}
}
}