14 lines
217 B
C#
14 lines
217 B
C#
namespace LaaProductionVFM
|
|
{
|
|
using System;
|
|
using System.Web.UI;
|
|
|
|
public partial class Layout : MasterPage
|
|
{
|
|
protected void Page_Load(Object sender, EventArgs e)
|
|
{
|
|
|
|
}
|
|
}
|
|
}
|