프로젝트

일반

사용자정보

개정판 b427ebf9

IDb427ebf9914d7a9f589dc8d156fbead5286d6e3c
상위 442bd51e
하위 3b10b29d

백흠경이(가) 5년 이상 전에 추가함

issue #504: 프로젝트 설정 기능 - Debug 모드일때 테스트 버튼을 보이도록 수정

Change-Id: I1940daebe7e995636a339d3e74994ea3a3f94133

차이점 보기:

DTI_PID/SPPIDConverter/Wrapper/SPPIDConverterWrapper.cs
23 23
using System.Windows.Forms;
24 24
using Microsoft.Win32;
25 25
using Ingr.RAD2D;
26
using System.Reflection;
26 27

  
27 28
namespace Converter.SPPID.Wrapper
28 29
{
......
132 133
                    {
133 134
                        autoModelingDllPath = SPPIDConverter.GetValue("path") + @"SPPIDConverter.dll";
134 135
#if DEBUG
135
                        autoModelingDllPath = @"Z:\HanKyouHo\Source\DTIPID\DTI_PID\SPPIDConverterDll\SPPIDConverter.dll";
136
                        autoModelingDllPath = System.IO.Path.Combine(System.IO.Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location) , "SPPIDConverter.dll");
136 137
#endif
137 138
                        Log.Write("Path : " + autoModelingDllPath);
138 139
                        #region Set ToolBar and Menu

내보내기 Unified diff

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