source:
trunk/Application/UDataView.pas
Last change on this file was 56, checked in by , 12 years ago | |
---|---|
File size: 145 bytes |
Line | |
---|---|
1 | unit UDataView; |
2 | |
3 | {$mode delphi} |
4 | |
5 | interface |
6 | |
7 | uses |
8 | Classes, SysUtils; |
9 | |
10 | type |
11 | TDataView = class |
12 | |
13 | end; |
14 | |
15 | implementation |
16 | |
17 | end. |
18 |
Note:
See TracBrowser
for help on using the repository browser.