RelayFile/UserInterface/OnLineControl.h

13 lines
215 B
C
Raw Normal View History

2025-05-08 21:13:36 +08:00
#ifndef ONLINECONTROL_H
#define ONLINECONTROL_H
#include <wx/wx.h>
class OnlineControl : public wxPanel
{
public:
OnlineControl(wxWindow* parent);
~OnlineControl() override;
};
#endif // ONLINECONTROL_H