#pragma once #include "global.h" class CUninstall { public: CUninstall(void); ~CUninstall(void); void StartUninstall( ThreadParamInfo *info); };