source: trunk/UConfig.pas

Last change on this file was 22, checked in by chronos, 8 years ago
  • Modified: Show name in operation list.
  • Fixed: Store scan run mode in project file.
File size: 120 bytes
Line 
1unit UConfig;
2
3{$mode delphi}
4
5interface
6
7uses
8 Classes, SysUtils;
9
10const
11 ConfigTest = False;
12
13implementation
14
15end.
16
Note: See TracBrowser for help on using the repository browser.