Line 1: //------------------------------------------------------------------------------
Line 2: // <autogenerated>
Line 3: // This code was generated by a tool.
Line 4: // Runtime Version: 1.1.4322.2407
Line 5: //
Line 6: // Changes to this file may cause incorrect behavior and will be lost if
Line 7: // the code is regenerated.
Line 8: // </autogenerated>
Line 9: //------------------------------------------------------------------------------
Line 10:
Line 11: namespace ASP {
Line 12: using System;
Line 13: using System.Collections;
Line 14: using System.Collections.Specialized;
Line 15: using System.Configuration;
Line 16: using System.Text;
Line 17: using System.Text.RegularExpressions;
Line 18: using System.Web;
Line 19: using System.Web.Caching;
Line 20: using System.Web.SessionState;
Line 21: using System.Web.Security;
Line 22: using System.Web.UI;
Line 23: using System.Web.UI.WebControls;
Line 24: using System.Web.UI.HtmlControls;
Line 25: using ASP;
Line 26:
Line 27:
Line 28: public class Performance_aspx : System.Web.UI.Page, System.Web.SessionState.IRequiresSessionState {
Line 29:
Line 30: private static bool __initialized = false;
Line 31:
Line 32: private static System.Collections.ArrayList __fileDependencies;
Line 33:
Line 34: public Performance_aspx() {
Line 35: System.Collections.ArrayList dependencies;
Line 36: if ((ASP.Performance_aspx.__initialized == false)) {
Line 37: dependencies = new System.Collections.ArrayList();
Line 38: dependencies.Add("D:\\Websites\\www.extremeoptimization.com\\Mathematics\\Performance.aspx");
Line 39: ASP.Performance_aspx.__fileDependencies = dependencies;
Line 40: ASP.Performance_aspx.__initialized = true;
Line 41: }
Line 42: }
Line 43:
Line 44: protected override bool SupportAutoEvents {
Line 45: get {
Line 46: return false;
Line 47: }
Line 48: }
Line 49:
Line 50: protected ASP.Global_asax ApplicationInstance {
Line 51: get {
Line 52: return ((ASP.Global_asax)(this.Context.ApplicationInstance));
Line 53: }
Line 54: }
Line 55:
Line 56: public override string TemplateSourceDirectory {
Line 57: get {
Line 58: return "/Mathematics";
Line 59: }
Line 60: }
Line 61:
Line 62: private void __BuildControlTree(System.Web.UI.Control __ctrl) {
Line 63: __ctrl.SetRenderMethodDelegate(new System.Web.UI.RenderMethod(this.__Render__control1));
Line 64: }
Line 65:
Line 66: private void __Render__control1(System.Web.UI.HtmlTextWriter __output, System.Web.UI.Control parameterContainer) {
Line 67:
Line 68: #line 1 "D:\Websites\www.extremeoptimization.com\Mathematics\Performance.aspx"
Line 69: Global.PermanentRedirect("Performance.aspx");
Line 70:
Line 71: #line default
Line 72: #line hidden
Line 73: }
Line 74:
Line 75: protected override void FrameworkInitialize() {
Line 76: this.__BuildControlTree(this);
Line 77: this.FileDependencies = ASP.Performance_aspx.__fileDependencies;
Line 78: this.EnableViewStateMac = true;
Line 79: }
Line 80:
Line 81: public override int GetTypeHashCode() {
Line 82: return 5381;
Line 83: }
Line 84: }
Line 85: }
Line 86:
|