Componentes.Terceros.DevExp.../official/x.30/ExpressDBTree Suite/Demos/Delphi/TreeEdit/Dbtredit.dpr
2007-12-16 17:06:54 +00:00

14 lines
186 B
ObjectPascal

program dbtredit;
uses
Forms,
main in 'main.pas' {FMain};
{$R *.RES}
begin
Application.Initialize;
Application.CreateForm(TFMain, FMain);
Application.Run;
end.