source: branches/topdown/Apps.pas

Last change on this file was 37, checked in by chronos, 11 months ago
  • Modified: Simplified unit names.
File size: 126 bytes
Line 
1unit Apps;
2
3interface
4
5uses
6 Classes, SysUtils, OsSystem;
7
8type
9 TAppCalculator = class(TApp)
10 end;
11
12implementation
13
14end.
15
Note: See TracBrowser for help on using the repository browser.