개정판 f947c634
dev issue #000 : 정리후 다시 개발
Change-Id: I45771e7307f15e5b2e77fee28de5d9f0f9565e35
DTI_PID/SPPIDConverter/ConverterForm.cs | ||
---|---|---|
397 | 397 |
foreach (string fileName in xtraOpenFileDialog.FileNames) |
398 | 398 |
{ |
399 | 399 |
SPPID_Document document = new SPPID_Document(fileName); |
400 |
document.SymbolMappings = symbolMappings; |
|
401 |
document.LineMappings = lineMappings; |
|
402 |
document.LineNumberMappings = lineNumberMappings; |
|
403 |
document.AssociationMappings = associationMappings; |
|
404 | 400 |
|
405 | 401 |
DataRow[] rows = _ConverterDT.Select(string.Format("colDrawingFilePath = '{0}'", fileName)); |
406 | 402 |
DataRow row; |
... | ... | |
457 | 453 |
|
458 | 454 |
private void btnItemMapping_Click(object sender, EventArgs e) |
459 | 455 |
{ |
456 |
#if DEBUG |
|
457 |
SPPID_Document document = new SPPID_Document(@"Z:\HanKyouHo\temp\Isocynates\Temp\zIsocynates-325_Page75.xml"); |
|
458 |
AutoModeling modeling = new AutoModeling(document); |
|
459 |
modeling.Run(); |
|
460 |
return; |
|
461 |
#endif |
|
462 |
|
|
460 | 463 |
Project_Info _ProjectInfo = Project_Info.GetInstance(); |
461 | 464 |
if (!_ProjectInfo.Enable) |
462 | 465 |
{ |
내보내기 Unified diff