개정판 bd86dd48
issue #000: Setting Secondary 조건 수정, Header Rule 로직 수정, tieinpoint 로직 수정
Change-Id: I84ad7e4f5784ca7a0886e8900f2526f8d034e81a
DTI_PID/ID2PSN/Form/EquipmentNoPocketSetting.cs | ||
---|---|---|
204 | 204 |
|
205 | 205 |
dt.Rows.Add(filesPath.ToList().IndexOf(path) + 10000, parentId, Path.GetFileNameWithoutExtension(path), 1, resizedImage); |
206 | 206 |
|
207 |
if (Path.GetFileNameWithoutExtension(path) == "Connect To Process" && bLine)
|
|
207 |
if (bLine) |
|
208 | 208 |
{ |
209 | 209 |
bLine = false; |
210 | 210 |
dt.Rows.Add(filesPath.ToList().IndexOf(path) + 20000, parentId, "Primary", 1, resizedImage); |
내보내기 Unified diff