TFS_ANTIGUO/AYA.FROPI/FOPI/Popup.master.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

14 lines
271 B
C#

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