cancellato testFunzioni

git-svn-id: https://keyhammer.ath.cx/svn/GMW/trunk@110 365432ac-a1b5-4ffd-bb28-6d3099d32164
This commit is contained in:
ermanno
2010-06-29 08:11:36 +00:00
parent 8d0c50a6b9
commit cc6975c3c9
3 changed files with 0 additions and 143 deletions
-32
View File
@@ -1,32 +0,0 @@
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="testFunzioni.aspx.cs" Inherits="GMW.testFunzioni" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title></title>
</head>
<body>
<form id="form1" runat="server">
<div>
<asp:Label ID="lblTest" runat="server" Text="Test funzionalità MagClass"></asp:Label>
<br />
</div>
<asp:Button ID="Button1" runat="server" onclick="Button1_Click"
Text="Test Insert Liste Prelievo" />
<br />
<asp:Button ID="Button2" runat="server" Text="Test Modifica Lista"
onclick="Button2_Click" />
<br />
<asp:Button ID="Button3" runat="server" onclick="Button3_Click"
Text="Test Scarica lista Prelievo" />
<p>
<asp:Button ID="Button4" runat="server" onclick="Button4_Click"
Text="foreach" />
</p>
</form>
</body>
</html>
-41
View File
@@ -1,41 +0,0 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using GMW_data;
namespace GMW
{
public partial class testFunzioni : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
protected void Button1_Click(object sender, EventArgs e)
{
// testa la creazione lista prelievo
MagClass.magazzino.creaListaPrelievo("MA", "20", "P00505005162", "NEUTRO", "10", 200, "I0054");
}
protected void Button2_Click(object sender, EventArgs e)
{
// testa inizio lista prelievo
MagClass.magazzino.iniziaListaPrelievo("MA", "KMA100600005", "0000000000000080");
}
protected void Button3_Click(object sender, EventArgs e)
{
// testa fine e scaricamento - indicando completata - lista prelievo
MagClass.magazzino.scaricaListaPrelievo("MA", "KMA100600019");
}
protected void Button4_Click(object sender, EventArgs e)
{
}
}
}
-70
View File
@@ -1,70 +0,0 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:2.0.50727.4927
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace GMW {
public partial class testFunzioni {
/// <summary>
/// form1 control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.HtmlControls.HtmlForm form1;
/// <summary>
/// lblTest control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.WebControls.Label lblTest;
/// <summary>
/// Button1 control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.WebControls.Button Button1;
/// <summary>
/// Button2 control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.WebControls.Button Button2;
/// <summary>
/// Button3 control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.WebControls.Button Button3;
/// <summary>
/// Button4 control.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// </remarks>
protected global::System.Web.UI.WebControls.Button Button4;
}
}