SNbyService.h 89 B

12345678
  1. #pragma once
  2. class CSNbyService
  3. {
  4. public:
  5. CSNbyService(void);
  6. ~CSNbyService(void);
  7. };