/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
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Web;
- using System.Web.UI;
- using System.Web.UI.WebControls;
-
- namespace Deap.Repulse
- {
- public partial class Web_Form_using_MasterPage___HTML5_Boilerplate : $rootnamespace$.Code.PageBase
- {
- protected override void OnLoad(EventArgs e)
- {
- base.OnLoad(e);
-
-
- }
- }
- }