示例#1
0
文件: Index.cs 项目: hgharbani/Plum
        private void toolStripButton15_Click(object sender, EventArgs e)
        {
            var report = new AboutMe();

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

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