예제 #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));
        }