/Docs/07-Implementacion/Source/trunk/EDUAR_Regular/EDUAR/EDUAR_UI/Public/General/Contactos.aspx.cs
http://blpm.googlecode.com/ · C# · 18 lines · 16 code · 2 blank · 0 comment · 0 complexity · ec71626cf518a2152a0d639cfd4cb636 MD5 · raw file
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Web;
- using System.Web.UI;
- using System.Web.UI.WebControls;
- using EDUAR_UI.Shared;
-
- namespace EDUAR_UI
- {
- public partial class Contactos : EDUARBasePage
- {
- protected void Page_Load(object sender, EventArgs e)
- {
-
- }
- }
- }