Elin Decompiled Documentation
EA 23.102 Nightly
Toggle main menu visibility
Main Page
Namespaces
Namespace List
Namespace Members
All
Functions
Enumerations
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
w
Properties
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Events
Files
File List
File Members
All
$
a
b
c
e
f
g
h
i
l
m
n
o
p
r
s
t
v
w
z
Functions
Variables
Enumerations
a
b
c
e
f
g
h
i
l
m
n
o
p
r
s
t
v
w
z
•
All
Classes
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Properties
Events
Pages
Loading...
Searching...
No Matches
LayerAdmin.cs
Go to the documentation of this file.
1
public
class
LayerAdmin
:
ELayer
2
{
3
public
override
void
OnSwitchContent
(
Window
window)
4
{
5
switch
(window.
idTab
)
6
{
7
case
0:
8
RefreshResearch
();
9
break
;
10
case
1:
11
RefreshPolicy
();
12
break
;
13
}
14
}
15
16
public
void
RefreshResearch
()
17
{
18
}
19
20
public
void
RefreshPolicy
()
21
{
22
}
23
}
ELayer
Definition:
ELayer.cs:4
LayerAdmin
Definition:
LayerAdmin.cs:2
LayerAdmin.OnSwitchContent
override void OnSwitchContent(Window window)
Definition:
LayerAdmin.cs:3
LayerAdmin.RefreshPolicy
void RefreshPolicy()
Definition:
LayerAdmin.cs:20
LayerAdmin.RefreshResearch
void RefreshResearch()
Definition:
LayerAdmin.cs:16
Window
Definition:
Window.cs:13
Window.idTab
int idTab
Definition:
Window.cs:694
Elin
LayerAdmin.cs
Generated by
1.9.6