BSOne.SFC/Tocsg.Module/AppMon/Define.pas

11 lines
77 B
Plaintext

unit Define;
interface
const
APP_TITLE = 'AppMon';
implementation
end.