5 lines
59 B
C#
5 lines
59 B
C#
public class Test
|
|
{
|
|
protected const int SomeValue = -1;
|
|
}
|
public class Test
|
|
{
|
|
protected const int SomeValue = -1;
|
|
}
|