Questo sito utilizza cookies solo per scopi di autenticazione sul sito e nient'altro. Nessuna informazione personale viene tracciata. Leggi l'informativa sui cookies.
Username: Password: oppure
RSEnalotto 1.0 - ImportStn.cpp

ImportStn.cpp

Caricato da: Piero Tofy
Scarica il programma completo

  1. // ImportStn.cpp: implementation of the ImportStn class.
  2. //
  3. //////////////////////////////////////////////////////////////////////
  4.  
  5. #include "stdafx.h"
  6. #include "Superenalotto.h"
  7. #include "ImportStn.h"
  8.  
  9. #ifdef _DEBUG
  10. #undef THIS_FILE
  11. static char THIS_FILE[]=__FILE__;
  12. #define new DEBUG_NEW
  13. #endif
  14.  
  15. //////////////////////////////////////////////////////////////////////
  16. // Construction/Destruction
  17. //////////////////////////////////////////////////////////////////////
  18.  
  19. ImportStn::ImportStn()
  20. {
  21.  
  22. }
  23.  
  24. ImportStn::~ImportStn()
  25. {
  26.  
  27. }
  28.  
  29. void ImportStn::SetNumber(int id, int value)
  30. {
  31.  
  32. }