Fixing an issue with output parameters that are of type IntPtr
[castle.git] / Tools / VSNetWizards / CastleTemplates / VS8 / CSharp / MRProject / SimpleGlobalApplication.cs
blobe8c299331021adf1381cf3da521a2df26c2ba3a5
1 namespace !NAMESPACE!
3 using System;
4 using System.Web;
6 public class GlobalApplication : HttpApplication
8 public GlobalApplication()
12 public void Application_OnStart()
16 public void Application_OnEnd()