개정판 402ef5b1
dev issue #000 : Symbol attribute
Change-Id: I0e34a21dfd5d11bc8f8ce227f52f4b45d32143e1
DTI_PID/SPPIDConverter/ConverterForm.cs | ||
---|---|---|
515 | 515 |
private void btnRun_Click(object sender, EventArgs e) |
516 | 516 |
{ |
517 | 517 |
#if DEBUG |
518 |
this.Visible = false; |
|
519 |
|
|
518 | 520 |
SPPID_Document document = new SPPID_Document(@"Z:\HanKyouHo\temp\Isocynates\Temp\11111.xml"); |
519 | 521 |
//SPPID_Document document = new SPPID_Document(@"Z:\HanKyouHo\temp\Isocynates\Temp\zIsocynates-325_Page75.xml"); |
520 | 522 |
document.SymbolMappings = symbolMappings; |
... | ... | |
531 | 533 |
modeling.Run(); |
532 | 534 |
} |
533 | 535 |
|
536 |
this.Visible = true; |
|
534 | 537 |
return; |
535 | 538 |
#endif |
536 | 539 |
|
내보내기 Unified diff