RelayFile/UserInterface/OnLineControl.h

13 lines
215 B
C++

#ifndef ONLINECONTROL_H
#define ONLINECONTROL_H
#include <wx/wx.h>
class OnlineControl : public wxPanel
{
public:
OnlineControl(wxWindow* parent);
~OnlineControl() override;
};
#endif // ONLINECONTROL_H