개정판 da1aeb27
dev issue #507 : fix linenumber attribute
Change-Id: I14b0140e4043b2a631acfb25e976f87e27ddf7b7
DTI_PID/SPPIDConverter/AutoModeling.cs | ||
---|---|---|
150 | 150 |
finally |
151 | 151 |
{ |
152 | 152 |
Project_DB.InsertDrawingInfoAndOPCInfo(document.PATH, drawingNumber, drawingName, document); |
153 |
Project_DB.InsertLineNumberInfo(document.PATH, drawingNumber, drawingName, document); |
|
154 |
|
|
153 | 155 |
if (SplashScreenManager.Default != null && SplashScreenManager.Default.IsSplashFormVisible) |
154 | 156 |
{ |
155 | 157 |
SplashScreenManager.Default.SendCommand(SPPIDSplashScreen.SplashScreenCommand.ClearParent, null); |
... | ... | |
184 | 186 |
_placement = null; |
185 | 187 |
|
186 | 188 |
Thread.Sleep(1000); |
189 |
|
|
190 |
|
|
191 |
|
|
187 | 192 |
} |
188 | 193 |
} |
189 | 194 |
|
내보내기 Unified diff