개정판 da8624d4
dev issue #000 : edit license
Change-Id: I2e2877db639ccb385da313292d2302e10e5f359f
DTI_PID/SPPIDConverter/Wrapper/SPPIDConverterWrapper.cs | ||
---|---|---|
130 | 130 |
if (Doftech != null) |
131 | 131 |
{ |
132 | 132 |
RegistryKey SPPIDConverter = Doftech.OpenSubKey("SPPIDConverter"); |
133 |
if (SPPIDConverter != null && DOFTECH.License.License.IsEnabled())
|
|
133 |
if (SPPIDConverter != null) |
|
134 | 134 |
{ |
135 |
if (!DOFTECH.License.License.IsEnabled()) |
|
136 |
{ |
|
137 |
MessageBox.Show("Check License!", "SPPID Converter", MessageBoxButtons.OK, MessageBoxIcon.Warning); |
|
138 |
return; |
|
139 |
} |
|
140 |
|
|
135 | 141 |
autoModelingDllPath = SPPIDConverter.GetValue("path") + @"SPPIDConverter.dll"; |
136 | 142 |
#if DEBUG |
137 | 143 |
autoModelingDllPath = System.IO.Path.Combine(System.IO.Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location) , "SPPIDConverter.dll"); |
내보내기 Unified diff