프로젝트

일반

사용자정보

개정판 9bb7a028

ID9bb7a0286caad616016d70b39e6fdd0ba50baa60
상위 bd86dd48
하위 8e8155e2

이지연이(가) 2년 이상 전에 추가함

issue #000: secondary 이미지 null

Change-Id: I938c8632cf73f9c31324a7323c339024a1f00388

차이점 보기:

DTI_PID/ID2PSN/Form/EquipmentNoPocketSetting.cs
207 207
                if (bLine)
208 208
                {
209 209
                    bLine = false;
210
                    dt.Rows.Add(filesPath.ToList().IndexOf(path) + 20000, parentId, "Primary", 1, resizedImage);
211
                    dt.Rows.Add(filesPath.ToList().IndexOf(path) + 30000, parentId, "Secondary", 1, resizedImage);
210
                    dt.Rows.Add(filesPath.ToList().IndexOf(path) + 20000, parentId, "Primary", 1, null);
211
                    dt.Rows.Add(filesPath.ToList().IndexOf(path) + 30000, parentId, "Secondary", 1, null);
212 212
                }
213 213
            }
214 214
        }
DTI_PID/ID2PSN/Form/EquipmentSetting.cs
369 369
                if(bLine)
370 370
                {
371 371
                    bLine = false;
372
                    dt.Rows.Add(filesPath.ToList().IndexOf(path) + 20000, parentId, "Primary", 1, resizedImage);
373
                    dt.Rows.Add(filesPath.ToList().IndexOf(path) + 30000, parentId, "Secondary", 1, resizedImage);
372
                    dt.Rows.Add(filesPath.ToList().IndexOf(path) + 20000, parentId, "Primary", 1, null);
373
                    dt.Rows.Add(filesPath.ToList().IndexOf(path) + 30000, parentId, "Secondary", 1, null);
374 374
                }
375 375
            }
376 376
        }
DTI_PID/ID2PSN/Form/MainForm.Designer.cs
423 423
            // 
424 424
            // MultiwaySetting
425 425
            // 
426
            this.MultiwaySetting.Enabled = false;
427 426
            this.MultiwaySetting.Location = new System.Drawing.Point(24, 251);
428 427
            this.MultiwaySetting.Name = "MultiwaySetting";
429 428
            this.MultiwaySetting.Size = new System.Drawing.Size(233, 22);
DTI_PID/ID2PSN/Form/MultiwaySetting.cs
221 221
                if (bLine)
222 222
                {
223 223
                    bLine = false;
224
                    dt.Rows.Add(filesPath.ToList().IndexOf(path) + 20000, parentId, "Primary", 1, resizedImage);
225
                    dt.Rows.Add(filesPath.ToList().IndexOf(path) + 30000, parentId, "Secondary", 1, resizedImage);
224
                    dt.Rows.Add(filesPath.ToList().IndexOf(path) + 20000, parentId, "Primary", 1, null);
225
                    dt.Rows.Add(filesPath.ToList().IndexOf(path) + 30000, parentId, "Secondary", 1, null);
226 226
                }
227 227
            }
228 228
        }
DTI_PID/ID2PSN/Form/TransformKeywordsSettingForm.cs
215 215
                if (bLine)
216 216
                {
217 217
                    bLine = false;
218
                    dt.Rows.Add(filesPath.ToList().IndexOf(path) + 20000, parentId, "Primary", 1, resizedImage);
219
                    dt.Rows.Add(filesPath.ToList().IndexOf(path) + 30000, parentId, "Secondary", 1, resizedImage);
218
                    dt.Rows.Add(filesPath.ToList().IndexOf(path) + 20000, parentId, "Primary", 1, null);
219
                    dt.Rows.Add(filesPath.ToList().IndexOf(path) + 30000, parentId, "Secondary", 1, null);
220 220
                }
221 221
            }
222 222
        }
DTI_PID/ID2PSN/Form/ValveGroupingSetting.cs
273 273
                if (bLine)
274 274
                {
275 275
                    bLine = false;
276
                    dt.Rows.Add(filesPath.ToList().IndexOf(path) + 20000, parentId, "Primary", 1, resizedImage);
277
                    dt.Rows.Add(filesPath.ToList().IndexOf(path) + 30000, parentId, "Secondary", 1, resizedImage);
276
                    dt.Rows.Add(filesPath.ToList().IndexOf(path) + 20000, parentId, "Primary", 1, null);
277
                    dt.Rows.Add(filesPath.ToList().IndexOf(path) + 30000, parentId, "Secondary", 1, null);
278 278
                }
279 279
            }
280 280
        }
DTI_PID/ID2PSN/Form/VentDrainSettingForm.cs
258 258
                if (bLine)
259 259
                {
260 260
                    bLine = false;
261
                    dt.Rows.Add(filesPath.ToList().IndexOf(path) + 20000, parentId, "Primary", 1, resizedImage);
262
                    dt.Rows.Add(filesPath.ToList().IndexOf(path) + 30000, parentId, "Secondary", 1, resizedImage);
261
                    dt.Rows.Add(filesPath.ToList().IndexOf(path) + 20000, parentId, "Primary", 1, null);
262
                    dt.Rows.Add(filesPath.ToList().IndexOf(path) + 30000, parentId, "Secondary", 1, null);
263 263
                }
264 264
            }
265 265
        }

내보내기 Unified diff

클립보드 이미지 추가 (최대 크기: 500 MB)