Forex_Strategy_Builder.Actions.ShowBarExplorer C# (CSharp) Méthode

ShowBarExplorer() private méthode

Shows the Bar Explorer tool.
private ShowBarExplorer ( ) : void
Résultat void
        void ShowBarExplorer()
        {
            Bar_Explorer barExplorer = new Bar_Explorer(Data.FirstBar);
            barExplorer.ShowDialog();

            return;
        }
Actions