//---
#include <SRC\Patterns\Patterns.mqh>
//SCRIPT ---------------------------------------------------------------------------------------
// | launches the pattern client
// |
void OnStart()
{
Run(new Creational::FactoryMethod::Client);
}
//----------------------------------------------------------------------------------------------
Comments