20 lines
536 B
C#
20 lines
536 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 GPW_Admin
|
|
{
|
|
public partial class fasi : System.Web.UI.Page
|
|
{
|
|
protected void Page_Load(object sender, EventArgs e)
|
|
{
|
|
// imposto fasi selezionate!
|
|
mod_adminFasi1.idxProgetto = memLayer.ML.IntSessionObj("idxProgetto_sel");
|
|
mod_adminFasi1.idxCliente = memLayer.ML.IntSessionObj("idxCli_sel");
|
|
}
|
|
}
|
|
} |