Forex_Strategy_Builder.Actions.ShowBarExplorer C# (CSharp) Метод

ShowBarExplorer() приватный Метод

Shows the Bar Explorer tool.
private ShowBarExplorer ( ) : void
Результат void
        void ShowBarExplorer()
        {
            Bar_Explorer barExplorer = new Bar_Explorer(Data.FirstBar);
            barExplorer.ShowDialog();

            return;
        }
Actions