Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -1447,7 +1447,7 @@ namespace MedicalCheckInputTool | @@ -1447,7 +1447,7 @@ namespace MedicalCheckInputTool | ||
| 1447 | } | 1447 | } |
| 1448 | else | 1448 | else |
| 1449 | { | 1449 | { |
| 1450 | - ret = "".Equals(t2) ? t1.Text : t2.Text; //子宮頸がん | 1450 | + ret = "".Equals(t2.Text) ? t1.Text : t2.Text; //子宮頸がん |
| 1451 | } | 1451 | } |
| 1452 | } | 1452 | } |
| 1453 | 1453 |
Please
register
or
login
to post a comment