/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

  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. using EDUAR_UI.Shared;
  8. namespace EDUAR_UI
  9. {
  10. public partial class About : EDUARBasePage
  11. {
  12. protected void Page_Load(object sender, EventArgs e)
  13. {
  14. }
  15. }
  16. }