TFS_ANTIGUO/AYA.FROPI/Intranet/About.aspx.cs
Administrador 50700fd78b Solución FROPI
git-tfs-id: [http://192.168.1.10:8080/tfs/AyA]$/SINORT;C491
2019-05-27 14:46:35 +00:00

17 lines
No EOL
313 B
C#

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 About : Page
{
protected void Page_Load(object sender, EventArgs e)
{
}
}
}