Files
include/Panel/Events/EventRefresh.mqh
T
2025-02-07 19:13:59 +03:30

17 lines
1.2 KiB
Plaintext

//+------------------------------------------------------------------+
//| MBookPanel.mqh |
//| Copyright 2015, MetaQuotes Software Corp. |
//| http://www.mql5.com |
//+------------------------------------------------------------------+
#property copyright "Copyright 2015, MetaQuotes Software Corp."
#property link "http://www.mql5.com"
#include <Object.mqh>
#include "Event.mqh"
///
///
///
class CEventRefresh : public CEvent
{
public:
CEventRefresh() : CEvent(EVENT_FREFRESH){;}
};