22 lines
893 B
C#
22 lines
893 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Web;
|
|
using System.Web.UI;
|
|
using System.Web.UI.WebControls;
|
|
|
|
public partial class reportMappaturaCointestatari : System.Web.UI.Page
|
|
{
|
|
protected void Page_Load(object sender, EventArgs e)
|
|
{
|
|
if (ClassLibraryWS.Debug.iSDebug && Request.QueryString.Get("tipoRete") == null)
|
|
{
|
|
//Response.Redirect("reportMappatura.aspx?codPB=" + Debug.Agente + "&chiaveClientePB=681774&token=&tipoRete=" + Debug.Rete);
|
|
//Response.Redirect("reportMappatura.aspx?codPB=014803&chiaveClientePB=348333&token=&tipoRete=F");
|
|
//Response.Redirect("reportMappatura.aspx?codPB=044496&chiaveClientePB=2788&token=&tipoRete=I");
|
|
Response.Redirect("reportMappaturaCointestatari.aspx?codPB=044496&chiaveClientePB=2788&token=&tipoRete=I");
|
|
return;
|
|
}
|
|
|
|
}
|
|
} |