Aggiunto pagina Flusso
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -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 ScheMePIC
|
||||
{
|
||||
public partial class Flusso : System.Web.UI.Page
|
||||
{
|
||||
protected void Page_Load(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Generated
+15
@@ -0,0 +1,15 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <generato automaticamente>
|
||||
// Codice generato da uno strumento.
|
||||
//
|
||||
// Le modifiche a questo file possono causare un comportamento non corretto e verranno perse se
|
||||
// il codice viene rigenerato.
|
||||
// </generato automaticamente>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace ScheMePIC {
|
||||
|
||||
|
||||
public partial class Flusso {
|
||||
}
|
||||
}
|
||||
@@ -195,6 +195,7 @@
|
||||
<Content Include="Content\themes\base\theme.css" />
|
||||
<Content Include="Content\themes\base\tooltip.css" />
|
||||
<Content Include="DOCS\PDTA\39.pdf" />
|
||||
<Content Include="Flusso.aspx" />
|
||||
<Content Include="fonts\OpenSans_Cond_300.woff2" />
|
||||
<None Include="Properties\PublishProfiles\PROD-OVH.pubxml">
|
||||
<SubType>Designer</SubType>
|
||||
@@ -387,6 +388,13 @@
|
||||
<Compile Include="Default.aspx.designer.cs">
|
||||
<DependentUpon>Default.aspx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Flusso.aspx.cs">
|
||||
<DependentUpon>Flusso.aspx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="Flusso.aspx.designer.cs">
|
||||
<DependentUpon>Flusso.aspx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Global.asax.cs">
|
||||
<DependentUpon>Global.asax</DependentUpon>
|
||||
</Compile>
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
<add key="enablePlain" value="true" />
|
||||
<add key="urlGestUtenti" value="UserAdmin" />
|
||||
<add key="adminEmail" value="samuele@steamware.net" />
|
||||
<add key="PageNoIndex" value="UserAdmin#Test#Prova" />
|
||||
<add key="PageNoIndex" value="UserAdmin#Flusso#Test#Prova" />
|
||||
<!--gestione reports!-->
|
||||
<add key="ReportBasePath" value=".\bin\Reports" />
|
||||
<!--stringhe connessione-->
|
||||
|
||||
Reference in New Issue
Block a user