19 lines
405 B
C#
19 lines
405 B
C#
using AppData;
|
|
using System;
|
|
|
|
namespace C_TRACK.WebUserControls
|
|
{
|
|
public partial class mod_fasiAttive : System.Web.UI.UserControl
|
|
{
|
|
protected void Page_Load(object sender, EventArgs e)
|
|
{
|
|
|
|
}
|
|
|
|
protected void lbtCloseAll_Click(object sender, EventArgs e)
|
|
{
|
|
// chiama la procedura che chiude tutte la fasi rimaste attive...
|
|
dataLayer.man.taTR.closePending();
|
|
}
|
|
}
|
|
} |