コード例 #1
0
        /// <summary>
        /// Export the strategy in BBCode format - ready to post in the forum
        /// </summary>
        protected override void MenuStrategyBBcode_OnClick(object sender, EventArgs e)
        {
            Strategy_Publish publisher = new Strategy_Publish();

            publisher.Show();

            return;
        }
コード例 #2
0
        /// <summary>
        /// Export the strategy in BBCode format - ready to post in the forum
        /// </summary>
        protected override void MenuStrategyBBcode_OnClick(object sender, EventArgs e)
        {
            Strategy_Publish publisher = new Strategy_Publish();
            publisher.Show();

            return;
        }