90b553ac71
Files correlati : Ricompilazione Demo : [ ] Commento :aggiunto il post-installatore di TC 0001461: modifica dicitura pre numerazione pagine bollati Descrizione Un cliente continua ad utilizzare la procedura di pre Intestazione e numerazione dei Registri e mi chiede di modificare la dicitura attuale che lè a seguente: IL PRESENTE LIBRO DELLA ..(RAGIONE SOC. DITTA) VIA CAP COMUNE PR CONSTA DI PAGINE UTILI, BOLLATE, E NUMERATE E VIENE OGGI VIDIMATO, IL .. Con questaltra: IL PRESENTE LIBRO DELLA DITTA (RAGIONE SOC. DITTA) VIA CAP COMUNE PR CONSTA DI N. PAGINE NUMERATE DAL N. 01 AL N. git-svn-id: svn://10.65.10.50/trunk@19417 c028cbd2-c16b-5b4b-a496-9718f37d4682
16 lines
255 B
C++
Executable File
16 lines
255 B
C++
Executable File
#include <modaut.h>
|
|
|
|
#include "bainstlib.h"
|
|
|
|
class TInstall_TC : public TInstallmodule_app
|
|
{
|
|
protected:
|
|
virtual int module_number() const { return TCAUT; }
|
|
};
|
|
|
|
int bainst27(int argc, char** argv)
|
|
{
|
|
TInstall_TC app;
|
|
app.run(argc, argv);
|
|
return 0;
|
|
} |