Componentes.Terceros.DevExp.../internal/x.36/1/ExpressNavBar 2/Demos/Delphi/Office12ViewsDemo/Office12ViewsDemo.dpr
2008-09-04 11:31:51 +00:00

14 lines
224 B
ObjectPascal

program Office12ViewsDemo;
uses
Forms,
Office12ViewsMain in 'Office12ViewsMain.pas' {fmMain};
{$R *.RES}
begin
Application.Initialize;
Application.CreateForm(TfmMain, fmMain);
Application.Run;
end.