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