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
Added RedirectUsingNamedRoute
[castle.git]
/
Samples
/
MonoRail
/
JSGenExample
/
GlobalApplication.cs
blob
56a3008304c65f763104227074198f53e4b892f2
1
namespace
JSGenExample
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
}