Testing_Scripts/ClassInheritanceTester/ClassInheritanceTester.mq5

15 lines
686 B
MQL5
Raw Permalink Normal View History

2025-05-30 16:30:20 +02:00
//+------------------------------------------------------------------+
//| ClassInheritanceTester.mq5 |
//| Dream Company |
//| zucarato@gmail.com |
//+------------------------------------------------------------------+
//+------------------------------------------------------------------+
//| Script program start function |
//+------------------------------------------------------------------+
void OnStart()
{
//---
}
//+------------------------------------------------------------------+