CComHelper.h 118 B

123456789101112
  1. #pragma once
  2. class CComHelper
  3. {
  4. public:
  5. CComHelper();
  6. ~CComHelper();
  7. std::vector<std::wstring> getComPort();
  8. };