Files
XPS/project/XPST/unauthorized.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

17 lines
314 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace XPST
{
public partial class unauthorized : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
}