11 lines
171 B
C#
11 lines
171 B
C#
using System;
|
|
|
|
namespace PUB.PAZ
|
|
{
|
|
public partial class Preventivi : System.Web.UI.Page
|
|
{
|
|
protected void Page_Load(object sender, EventArgs e)
|
|
{
|
|
}
|
|
}
|
|
} |