Forex_Strategy_Builder.Actions.PublishStrategy C# (CSharp) Method

PublishStrategy() private method

Generate BBCode for the forum
private PublishStrategy ( ) : void
return void
        void PublishStrategy()
        {
            Strategy_Publish publisher = new Strategy_Publish();
            publisher.Show();
        }
Actions