상속: System.Windows.Forms.Form
예제 #1
0
        /// <summary>
        /// Generate BBCode for the forum
        /// </summary>
        void PublishStrategy()
        {
            Strategy_Publish publisher = new Strategy_Publish();

            publisher.Show();
        }
예제 #2
0
 /// <summary>
 /// Generate BBCode for the forum
 /// </summary>
 void PublishStrategy()
 {
     Strategy_Publish publisher = new Strategy_Publish();
     publisher.Show();
 }