repo.or.cz
/
castle.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixing an issue with output parameters that are of type IntPtr
[castle.git]
/
Tools
/
VSNetWizards
/
CastleTemplates
/
VS8
/
CSharp
/
MRProject
/
SimpleGlobalApplication.cs
blob
e8c299331021adf1381cf3da521a2df26c2ba3a5
1
namespace
!
NAMESPACE
!
2
{
3
using
System
;
4
using
System
.
Web
;
5
6
public class
GlobalApplication
:
HttpApplication
7
{
8
public
GlobalApplication
()
9
{
10
}
11
12
public void
Application_OnStart
()
13
{
14
}
15
16
public void
Application_OnEnd
()
17
{
18
}
19
}
20
}