This commit is contained in:
ChiKyun Kim
2026-02-26 16:30:58 +09:00
parent c1670ddcbe
commit e831752e76
7 changed files with 140 additions and 128 deletions

View File

@@ -54,6 +54,7 @@ namespace arDev
sb.AppendLine($"[TagNo] : {TagNo}");
sb.AppendLine($"[CallNo] : {CallNo}");
sb.AppendLine($"[CCANo] : {CCANo}");
sb.AppendLine($"[Distance] : {Distance}");
return sb.ToString();
}