Files
XPS/XPS/test.aspx.cs
T
Samuele Locatelli 9a80a2131a update cartelle XPS
2017-01-31 14:32:10 +01:00

20 lines
488 B
C#

using System;
using System.Collections.Generic;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using XPS_data;
public partial class test : Flesk.Accelerator.Page //System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
protected void btnPrint_Click(object sender, EventArgs e)
{
// istanzio obj stampa...
reportPrinter.obj.printReport(reportRichiesto.Barcode, txtPrinter.Text, txtULP.Text);
}
}