Files correlati : batbiva.msk f163.* Ricompilazione Demo : [ ] Commento : Aggiunti nuovi tipi IVA alla tabella Aggiunti nuovi campi reali alle tabelle di modulo (per &FECON) git-svn-id: svn://10.65.10.50/branches/R_10_00@22375 c028cbd2-c16b-5b4b-a496-9718f37d4682
21 lines
300 B
C++
Executable File
21 lines
300 B
C++
Executable File
#ifndef __BA8500_H
|
|
#define __BA8500_H
|
|
|
|
#ifndef __APPLICAT_H
|
|
#include <applicat.h>
|
|
#endif
|
|
|
|
#ifndef __REPORT_H
|
|
#include <report.h>
|
|
#endif
|
|
|
|
|
|
class TKlarkKent_app : public TSkeleton_application
|
|
{
|
|
protected:
|
|
virtual TReport* create_report(const char* name) const;
|
|
virtual void main_loop();
|
|
};
|
|
|
|
#endif
|