/Docs/07-Implementacion/Source/trunk/EDUAR_Regular/EDUAR/EDUAR_UI/About.aspx.cs
http://blpm.googlecode.com/ · C# · 18 lines · 16 code · 2 blank · 0 comment · 0 complexity · 6667b21a11dd3a96297f8dcdfec780f3 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 About : EDUARBasePage
- {
- protected void Page_Load(object sender, EventArgs e)
- {
-
- }
- }
- }