コード例 #1
0
ファイル: Station.cs プロジェクト: MorrisGr/arcMapTool
        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();
        }
コード例 #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();
        }