Inheritance: System.Windows.Forms.Form
Esempio n. 1
0
        /// <summary>
        /// Generate BBCode for the forum
        /// </summary>
        void PublishStrategy()
        {
            Strategy_Publish publisher = new Strategy_Publish();

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