12 lines
208 B
C#
12 lines
208 B
C#
namespace LaaProductionVFM
|
|
{
|
|
using System;
|
|
using System.Web.UI;
|
|
|
|
public partial class Index : Page
|
|
{
|
|
protected void Page_Load(object sender, EventArgs e)
|
|
{
|
|
}
|
|
}
|
|
} |