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.h

ImportStn.h

Caricato da: Piero Tofy
Scarica il programma completo

  1. // ImportStn.h: interface for the ImportStn class.
  2. //
  3. //////////////////////////////////////////////////////////////////////
  4.  
  5. #if !defined(AFX_IMPORTSTN_H__D77742E0_FC20_11D8_8762_004F4E11B449__INCLUDED_)
  6. #define AFX_IMPORTSTN_H__D77742E0_FC20_11D8_8762_004F4E11B449__INCLUDED_
  7.  
  8. #if _MSC_VER > 1000
  9. #pragma once
  10. #endif // _MSC_VER > 1000
  11.  
  12. class ImportStn  
  13. {
  14. public:
  15.         void SetNumber(int id, int value);
  16.         ImportStn();
  17.         virtual ~ImportStn();
  18.  
  19. };
  20.  
  21. #endif // !defined(AFX_IMPORTSTN_H__D77742E0_FC20_11D8_8762_004F4E11B449__INCLUDED_)