campo-sirio/np/np0100.cpp
(no author) b1e4e87140 This commit was manufactured by cvs2svn to create branch 'R_10_00'.
git-svn-id: svn://10.65.10.50/branches/R_10_00@22299 c028cbd2-c16b-5b4b-a496-9718f37d4682
2011-06-21 14:15:32 +00:00

15 lines
223 B
C++
Executable File

#include <modtbapp.h>
#include "np0.h"
class TTabmod_applicat : public TTable_module_application
{
};
int np0100(int argc, char* argv[])
{
TTabmod_applicat a;
a.run(argc, argv, TR("Gestione tabelle"));
return 0;
}