repo.or.cz
/
mces.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
demo commit
[mces.git]
/
src
/
MCES.Web
/
CadreNominate.aspx.cs
blob
9f3c3bb7f5a2c618084ef7fbc4e521161ffe1651
1
using
System
;
2
using
System
.
Collections
.
Generic
;
3
using
System
.
Linq
;
4
using
System
.
Web
;
5
using
System
.
Web
.
UI
;
6
using
System
.
Web
.
UI
.
WebControls
;
7
8
namespace
MCES
.
Web
9
{
10
public partial class
CadreNominatePage
:
BasePage
,
IPageAuthorize
11
{
12
protected void
Page_Load
(
object
sender
,
EventArgs e
)
13
{
14
15
}
16
}
17
}