Testing_Scripts/ClassInheritanceTester/ClassInheritanceTester.mq5
super.admin 48c5f07b6e convert
2025-05-30 16:30:20 +02:00

14 lines
686 B
MQL5

//+------------------------------------------------------------------+
//| ClassInheritanceTester.mq5 |
//| Dream Company |
//| zucarato@gmail.com |
//+------------------------------------------------------------------+
//+------------------------------------------------------------------+
//| Script program start function |
//+------------------------------------------------------------------+
void OnStart()
{
//---
}
//+------------------------------------------------------------------+