Componentes.Terceros.DevExp.../official/x.36/ExpressDBTree Suite/Demos/Delphi/TreeEdit/Dbtredit.dpr
2008-06-02 17:37:37 +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.