11 lines
137 B
Text
11 lines
137 B
Text
class Example
|
|
{
|
|
public bool RIGHT
|
|
{
|
|
get { return true; }
|
|
set
|
|
{
|
|
// ChangeMe
|
|
}
|
|
}
|
|
}
|