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