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