개정판 51ae61b9
dev issue #000 : fix bug
Change-Id: I0fbfda81ee393a9e70ea82114c1519449e4fbca0
DTI_PID/SPPIDConverter/ConverterDocking.cs | ||
---|---|---|
35 | 35 |
|
36 | 36 |
#if DEBUG |
37 | 37 |
simpleButton1.Visible = true; |
38 |
|
|
39 |
Project_Info _ProjectInfo = Project_Info.GetInstance(); |
|
40 |
_ProjectInfo.DefaultPath = Settings.Default.LatestProjectPath; |
|
41 |
if (Project_DB.ConnTestAndCreateTable()) |
|
42 |
{ |
|
43 |
|
|
44 |
} |
|
45 |
else |
|
46 |
{ |
|
47 |
|
|
48 |
} |
|
38 | 49 |
#endif |
39 | 50 |
} |
40 | 51 |
|
... | ... | |
77 | 88 |
Placement placement = new Placement(); |
78 | 89 |
LMADataSource dataSource = placement.PIDDataSource; |
79 | 90 |
|
91 |
StringBuilder sb = new StringBuilder(); |
|
92 |
sb.AppendLine(dataSource.ProjectNumber); |
|
93 |
sb.AppendLine(radApp.DisplayAlerts.ToString()); |
|
94 |
|
|
95 |
|
|
96 |
MessageBox.Show(sb.ToString()); |
|
97 |
|
|
98 |
return; |
|
99 |
|
|
100 |
|
|
101 |
|
|
80 | 102 |
Ingr.RAD2D.Symbol2d symbol2d = radApp.ActiveSelectSet[0] as Ingr.RAD2D.Symbol2d; |
81 | 103 |
if (symbol2d != null) |
82 | 104 |
{ |
내보내기 Unified diff