Forex_Strategy_Builder.Dialogs.Generator.Generator.SetPanelIndicators C# (CSharp) Method

SetPanelIndicators() private method

Sets controls in panel Indicators
private SetPanelIndicators ( ) : void
return void
        void SetPanelIndicators()
        {
            indicatorsLayout = new IndicatorsLayout();
            indicatorsLayout.Parent = pnlIndicators;
        }