Componentes.Terceros.DevExp.../internal/x.36/1/ExpressDBTree Suite/Demos/Delphi/TreeEdit/Dbtredit.dpr
2008-09-04 11:31:51 +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.