22 lines
474 B
C#
22 lines
474 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Web;
|
|
using System.Web.UI;
|
|
using System.Web.UI.WebControls;
|
|
|
|
namespace MoonProTablet.WebUserControls
|
|
{
|
|
public partial class cmp_newODL : System.Web.UI.UserControl
|
|
{
|
|
protected void Page_Load(object sender, EventArgs e)
|
|
{
|
|
|
|
}
|
|
|
|
protected void lbtCreaOdlProvv_Click(object sender, EventArgs e)
|
|
{
|
|
// effettua creazione ODL provvisorio e riporta a parent...
|
|
}
|
|
}
|
|
} |