/PROJRadionline/PROJRadionline/web/Eventos.aspx.cs
C# | 17 lines | 15 code | 2 blank | 0 comment | 0 complexity | 4b8a47f66d61ca2337c4ca5565a686c7 MD5 | raw file
1using System; 2using System.Collections.Generic; 3using System.Linq; 4using System.Web; 5using System.Web.UI; 6using System.Web.UI.WebControls; 7 8namespace PROJRadionline.web 9{ 10 public partial class Eventos : System.Web.UI.Page 11 { 12 protected void Page_Load(object sender, EventArgs e) 13 { 14 15 } 16 } 17}