Forex_Strategy_Builder.Actions.ShowCommandConsole C# (CSharp) Method

ShowCommandConsole() private method

Starts the Calculator.
private ShowCommandConsole ( ) : void
return void
        void ShowCommandConsole()
        {
            Command_Console commandConsole = new Command_Console();
            commandConsole.Show();

            return;
        }
Actions