#ifndef BASEMAIN_H #define BASEMAIN_H #include class CBasePanel : public wxPanel { public: CBasePanel(wxWindow* parent); private: void Init(); protected: wxTextCtrl* edIp_{}; wxTextCtrl* edPort_{}; }; #endif // BASEMAIN_H