Example #1
0
 private void ItmAbout_Click(object sender, EventArgs e)
 {
     var about = new AboutBox();
     about.ShowDialog();
 }
Example #2
0
        private void ItmAbout_Click(object sender, EventArgs e)
        {
            var about = new AboutBox();

            about.ShowDialog();
        }