コード例 #1
0
 private void AboutToolStripMenuItem_Click(object sender, EventArgs e)
 {
     // Show About Dialog Box
     MessageBox.Show(HellionExplorerProgram.GenerateAboutBoxText(), "About " + Application.ProductName, MessageBoxButtons.OK, MessageBoxIcon.Information);
 }