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
Merged branch back to the trunk. Build is passing with no changes.
[castle.git]
/
MonoRail
/
TempWeb
/
Views
/
Home2
/
index.aspx.cs
blob
4949a659836a3b7083fdda6103eaa42f853b5f50
1
using
System
;
2
3
namespace
TempWeb
.
Views
.
Home2
4
{
5
using
Castle
.
MonoRail
.
Framework
.
Views
.
Aspx
;
6
7
public partial class
index
:
PageBase
8
{
9
protected void
Page_Load
(
object
sender
,
EventArgs e
)
10
{
11
12
}
13
}
14
}