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]
/
Experiments
/
IronPythonViewEngine
/
TestSiteIronView
/
GlobalApplication.cs
blob
ac9515fb1b1357e5ecdf7f95cda0651bcc9420f1
1
namespace
TestSiteIronView
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
}