回答編集履歴

1

見直しキャンペーン中

2023/07/17 13:28

投稿

TN8001
TN8001

スコア9862

test CHANGED
@@ -1,13 +1,7 @@
1
1
  これが簡単ではないでしょうか。
2
-
3
- ```C#
2
+ ```cs
4
-
5
3
  if(int.TryParse(BoxRelationsId.Text, out var number))
6
-
7
4
  {
8
-
9
5
  per.RelationsID = number;
10
-
11
6
  }
12
-
13
7
  ```