source: trunk/Application/UDataView.pas

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