/Web Form using MasterPage - HTML5 Boilerplate.aspx.cs

http://h5bpwebapptemplate.codeplex.com · C# · 19 lines · 16 code · 3 blank · 0 comment · 0 complexity · 11b5bf2137b8f588e39acf5ceec16f36 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 Deap.Repulse
  8. {
  9. public partial class Web_Form_using_MasterPage___HTML5_Boilerplate : $rootnamespace$.Code.PageBase
  10. {
  11. protected override void OnLoad(EventArgs e)
  12. {
  13. base.OnLoad(e);
  14. }
  15. }
  16. }