132452fd50
Files correlati : Ricompilazione Demo : [ ] Commento : Riportata la versione P@rtners 2.0 patch 349 git-svn-id: svn://10.65.10.50/trunk@10573 c028cbd2-c16b-5b4b-a496-9718f37d4682
10 lines
213 B
C++
Executable File
10 lines
213 B
C++
Executable File
#include "ba2.h"
|
|
#include "baformed.h"
|
|
|
|
int ba2100(int argc, char* argv[])
|
|
{
|
|
TForm_editor a;
|
|
a.run(argc, argv, TR("Parametrizzazione stampa"));
|
|
return 0;
|
|
}
|