Correzione AGA n. 254 (cg17*) Correzione AGA (Spagoni) n. 283 (cg5*) git-svn-id: svn://10.65.10.50/trunk@251 c028cbd2-c16b-5b4b-a496-9718f37d4682
		
			
				
	
	
		
			16 lines
		
	
	
		
			267 B
		
	
	
	
		
			C++
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			267 B
		
	
	
	
		
			C++
		
	
	
		
			Executable File
		
	
	
	
	
#include <confapp.h>
 | 
						|
 | 
						|
class CG5_App : public TConfig_application
 | 
						|
{
 | 
						|
public:
 | 
						|
  CG5_App() : TConfig_application(CONFIG_STUDIO) {}
 | 
						|
  virtual ~CG5_App() {}
 | 
						|
};
 | 
						|
 | 
						|
int cg5000 (int argc, char* argv[])
 | 
						|
{
 | 
						|
  CG5_App appc;
 | 
						|
  appc.run(argc, argv, "Parametri Studio");
 | 
						|
  return 0;
 | 
						|
}
 |