13 lines
110 B
ObjectPascal
13 lines
110 B
ObjectPascal
|
|
unit u_alwaysrestore2;
|
|||
|
|
|
|||
|
|
interface
|
|||
|
|
|
|||
|
|
implementation
|
|||
|
|
|
|||
|
|
type
|
|||
|
|
|
|||
|
|
[PCUAlwaysRestore]
|
|||
|
|
t1 = class
|
|||
|
|
end;
|
|||
|
|
|
|||
|
|
end.
|