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

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

Starts the Calculator.
private ShowCommandConsole ( ) : void
Результат void
        void ShowCommandConsole()
        {
            Command_Console commandConsole = new Command_Console();
            commandConsole.Show();

            return;
        }
Actions