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

ShowProfitCalculator() private méthode

Starts the Profit Calculator.
private ShowProfitCalculator ( ) : void
Résultat void
        void ShowProfitCalculator()
        {
            Profit_Calculator prCalc = new Profit_Calculator();
            prCalc.Show();

            return;
        }
Actions