개정판 b427ebf9
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