コード例 #1
0
 /// <summary>
 ///     Generate BBCode for the forum
 /// </summary>
 private void PublishStrategy()
 {
     var publisher = new StrategyPublish();
     publisher.Show();
 }
コード例 #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)
        {
            var publisher = new StrategyPublish();

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