uFactuGES_App.pas: limpieza de código
git-svn-id: https://192.168.0.254/svn/Proyectos.Tecsitel_FactuGES2/trunk@340 0c75b7a4-871f-7646-8a2f-f78d34cc349f
This commit is contained in:
parent
02eab96246
commit
6bb2c6c607
@ -306,19 +306,12 @@ begin
|
|||||||
begin
|
begin
|
||||||
ShowHourglassCursor;
|
ShowHourglassCursor;
|
||||||
try
|
try
|
||||||
//ShowSplashForm;
|
|
||||||
CargarModulos;
|
CargarModulos;
|
||||||
DoMainForm;
|
DoMainForm;
|
||||||
finally
|
finally
|
||||||
HideHourglassCursor;
|
HideHourglassCursor;
|
||||||
HideSplashForm;
|
HideSplashForm;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
//InicializarUI;
|
|
||||||
//Application.ProcessMessages;
|
|
||||||
//Visible := True;
|
|
||||||
//AplicarPerfil;
|
|
||||||
// Application.CreateForm();
|
|
||||||
end;
|
end;
|
||||||
Application.Run;
|
Application.Run;
|
||||||
Terminate;
|
Terminate;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user