7 lines
103 B
C#
7 lines
103 B
C#
|
// Compiler options: -target:library
|
||
|
|
||
|
public abstract class C
|
||
|
{
|
||
|
protected volatile bool run = true;
|
||
|
}
|