home *** CD-ROM | disk | FTP | other *** search
- program TestXml;
-
-
-
- {%File '..\DnXml.inc'}
-
- uses
- Forms,
- FMain in 'FMain.pas' {Form1},
- MSXML2_TLB in '..\MSXML2_TLB.pas',
- DnXmlListMapper in '..\DnXmlListMapper.pas',
- DnXml in '..\DnXml.pas',
- DnXmlPropMapper in '..\DnXmlPropMapper.pas',
- DnAddress in 'model\DnAddress.pas',
- DnCountry in 'model\DnCountry.pas',
- DnPerson in 'model\DnPerson.pas',
- DnTestModel in 'model\DnTestModel.pas';
-
- {$R *.RES}
-
- begin
- Application.Initialize;
- Application.CreateForm(TForm1, Form1);
- Application.Run;
- end.
-