/PROJRadionline/PROJRadionline/web/Eventos.aspx.cs

# · C# · 17 lines · 15 code · 2 blank · 0 comment · 0 complexity · 4b8a47f66d61ca2337c4ca5565a686c7 MD5 · raw file

  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Web;
  5. using System.Web.UI;
  6. using System.Web.UI.WebControls;
  7. namespace PROJRadionline.web
  8. {
  9. public partial class Eventos : System.Web.UI.Page
  10. {
  11. protected void Page_Load(object sender, EventArgs e)
  12. {
  13. }
  14. }
  15. }