Exemplo n.º 1
0
        protected override void OnClick()
        {
            //
            //  TODO: Sample code showing how to access button host
            //
            ArcMap.Application.CurrentTool = null;

            //Connect Station_Form to Station.cs
            Station_Form form = new Station_Form();
            form.ShowDialog();
        }
Exemplo n.º 2
0
        protected override void OnClick()
        {
            //
            //  TODO: Sample code showing how to access button host
            //
            ArcMap.Application.CurrentTool = null;

            //Connect Station_Form to Station.cs
            Station_Form form = new Station_Form();

            form.ShowDialog();
        }