Componentes.Terceros.DevExp.../official/x.38/ExpressNavBar 2/Demos/Delphi/Office12ViewsDemo/Office12ViewsDemo.dpr
2008-08-27 11:56:15 +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.