Inheritance: System.Windows.Forms.Form
Exemple #1
0
 /// <summary>
 /// Event handler for the tray context menu "About Notpod..."
 /// </summary>
 /// <param name="sender"></param>
 /// <param name="e"></param>
 private void ctxTrayAbout_Click(object sender, EventArgs e)
 {
     AboutBox about = new AboutBox();
     about.ShowDialog();
 }
Exemple #2
0
        /// <summary>
        /// Event handler for the tray context menu "About Notpod..."
        /// </summary>
        /// <param name="sender"></param>
        /// <param name="e"></param>
        private void ctxTrayAbout_Click(object sender, EventArgs e)
        {
            AboutBox about = new AboutBox();

            about.ShowDialog();
        }