/// <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(); }