#pragma once #include "Run.h" class CRunClient : public Run { public: CRunClient(); void Auto(); };