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