/PROJRadionline/PROJRadionline/web/Eventos.aspx.cs
# · C# · 17 lines · 15 code · 2 blank · 0 comment · 0 complexity · 4b8a47f66d61ca2337c4ca5565a686c7 MD5 · raw file
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Web;
- using System.Web.UI;
- using System.Web.UI.WebControls;
-
- namespace PROJRadionline.web
- {
- public partial class Eventos : System.Web.UI.Page
- {
- protected void Page_Load(object sender, EventArgs e)
- {
-
- }
- }
- }