개정판 712860bb
dev issue #000 : fix wxs
Change-Id: Ia9948aeaa7944e1409d8db1414c3365cbaeb26d0
DTI_PID/SPPIDConverter/ConverterForm.cs | ||
---|---|---|
537 | 537 |
document.Template = _Template; |
538 | 538 |
document.DrawingNumber = _DrawingNumber; |
539 | 539 |
document.DrawingName = _DrawingName; |
540 |
|
|
541 |
document.SymbolMappings = symbolMappings; |
|
542 |
document.ChildSymbolMappings = childSymbolMappings; |
|
543 |
document.LineMappings = lineMappings; |
|
544 |
document.LineNumberMappings = lineNumberMappings; |
|
545 |
document.AttributeMappings = attributeMappings; |
|
546 |
document.ETCSetting = ETCSetting.GetInstance(); |
|
547 |
document.SetSPPIDInfo(); |
|
548 |
|
|
540 | 549 |
_Documents.Add(document); |
541 | 550 |
} |
542 | 551 |
|
... | ... | |
549 | 558 |
} |
550 | 559 |
} |
551 | 560 |
|
561 |
MessageBox.Show("End Modeling"); |
|
552 | 562 |
} |
553 | 563 |
|
554 | 564 |
private void btnSPPIDDB_Click(object sender, EventArgs e) |
내보내기 Unified diff