프로젝트

일반

사용자정보

개정판 74a0c9d6

ID74a0c9d667fc418144d8a7e5bb29999ca9d27586
상위 1c33a480
하위 dc270d65

gaqhf 이(가) 5년 이상 전에 추가함

dev issue #000 : add ui

Change-Id: I2947ecc3f254338c227420f5692b023c27cddf1d

차이점 보기:

DTI_PID/APIDConverter/PIDCustomization.cs
87 87
        /// <summary>
88 88
        /// This is test command which gives the idea regarding selection of an entity and assigning different color to it
89 89
        /// </summary>
90
        [CommandMethod("TestS")]
91
        public static void TestSelection()
90
        [CommandMethod("APIDConverter")]
91
        public static void APIDConverter()
92 92
        {
93 93
            ConverterRibbonUI.InitUI();
94

  
95
            //AutoModeling.TEST();
96 94
        }
97 95
        [CommandMethod("ConverterForm")]
98
        public static void Test2()
96
        public static void ConverterForm()
99 97
        {
100
            MessageBox.Show("HI");
98
            APIDConverter converter = new APIDConverter();
99
            if (AcadApp.ShowModalDialog(converter) == DialogResult.OK)
100
            {
101

  
102
            }
101 103
        }
102 104
        #region private methods
103 105
        private string SaveBinaryDrawing()

내보내기 Unified diff

클립보드 이미지 추가 (최대 크기: 500 MB)