예제 #1
0
 private void viewInfoToolStripMenuItem_Click(object sender, EventArgs e)
 {
     MessageBox.Show("CR2 To JPG Converter\n\nBased on technology developed by William Wood (Copyright (c) 2014)\nhttps://github.com/wmwood/CR2ToJPG\n\nDeveloped by BRH Media (Baeleigh Harris)\n\nBuild: " + GetBuildInfo(false) +
                     "\nRenderer Build: " + StructureGeneric.GetBuildInfo(false) +
                     "\nStructure Build: " + ImageRenderer.GetBuildInfo(false), "About", MessageBoxButtons.OK, MessageBoxIcon.Information);
 }