개정판 965eb728
dev issue #000 : splashscreen UI
Change-Id: I0ec54c5f3de00101b899f439d8b1e5ac0046033a
DTI_PID/SPPIDConverter/AutoModeling.cs | ||
---|---|---|
76 | 76 |
{ |
77 | 77 |
document.SetSPPIDLocation(maxX, maxY); |
78 | 78 |
|
79 |
SplashScreenManager.ShowForm(typeof(SPPIDSplashScreen), true, true); |
|
80 |
|
|
79 | 81 |
// Equipment Modeling |
80 | 82 |
foreach (Equipment equipment in document.Equipments) |
81 | 83 |
EquipmentModeling(equipment); |
... | ... | |
260 | 262 |
|
261 | 263 |
ReleaseCOMObjects(dataSource); |
262 | 264 |
ReleaseCOMObjects(_placement); |
265 |
|
|
266 |
SplashScreenManager.CloseForm(false); |
|
263 | 267 |
} |
264 | 268 |
} |
265 | 269 |
|
내보내기 Unified diff