개정판 78c164eb
dev issue #507 : fix unit
Change-Id: I3af0619bc9208fdbfde08d6867cc268df6dc45dd
DTI_PID/SPPIDConverter/Form/UnitForm.cs | ||
---|---|---|
43 | 43 |
if (hit.Node != null) |
44 | 44 |
{ |
45 | 45 |
TreeListNode node = hit.Node; |
46 |
if (node.Level == 2) |
|
47 |
{ |
|
48 |
SelectedUnit = node.GetValue("NAME").ToString(); |
|
49 |
DialogResult = DialogResult.OK; |
|
50 |
} |
|
46 |
SelectedUnit = node.GetValue("NAME").ToString(); |
|
47 |
DialogResult = DialogResult.OK; |
|
51 | 48 |
} |
52 | 49 |
} |
53 | 50 |
} |
내보내기 Unified diff