+
+
+ Export report in formato tabellare delle righe del dettalgio di costo da vista v_StdCostList
+
+
diff --git a/C2P/StdCostList.aspx.cs b/C2P/StdCostList.aspx.cs
new file mode 100644
index 0000000..385e884
--- /dev/null
+++ b/C2P/StdCostList.aspx.cs
@@ -0,0 +1,17 @@
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Web;
+using System.Web.UI;
+using System.Web.UI.WebControls;
+
+namespace C2P
+{
+ public partial class StdCostList : System.Web.UI.Page
+ {
+ protected void Page_Load(object sender, EventArgs e)
+ {
+
+ }
+ }
+}
\ No newline at end of file
diff --git a/C2P/StdCostList.aspx.designer.cs b/C2P/StdCostList.aspx.designer.cs
new file mode 100644
index 0000000..ab0c601
--- /dev/null
+++ b/C2P/StdCostList.aspx.designer.cs
@@ -0,0 +1,17 @@
+//------------------------------------------------------------------------------
+//