a8add88ada
refresh e correzione bug selettore elenco commesse (scambio produzione/magazzino)
19 lines
417 B
C#
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");
|
|
}
|
|
}
|
|
}
|