Example #1
0
        private void toolStripButton15_Click(object sender, EventArgs e)
        {
            var report = new AboutMe();

            report.ShowDialog();
        }
Example #2
0
        public override void OnClick()
        {
            var bruTileAboutBox = new AboutMe();

            bruTileAboutBox.ShowDialog(new ArcMapWindow(_application));
        }