TFS_ANTIGUO/AYA.FROPI/Intranet/Default.aspx.cs

17 lines
316 B
C#
Raw Normal View History

using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace Intranet
{
public partial class _Default : Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
}