#pragma once class CComHelper { public: CComHelper(); ~CComHelper(); std::vector<std::wstring> getComPort(); };