Forex_Strategy_Builder.Command_Console.ShowStrategy C# (CSharp) Method

ShowStrategy() private method

Shows the strategy
private ShowStrategy ( ) : void
return void
        void ShowStrategy()
        {
            tbxOutput.Text += "Strategy" + Environment.NewLine + "-----------------" +
                Environment.NewLine + Data.Strategy.ToString() + Environment.NewLine;
        }