回答編集履歴

1

コードミス修正

2016/08/08 16:05

投稿

Panzer_vor
Panzer_vor

スコア1636

test CHANGED
@@ -18,7 +18,7 @@
18
18
 
19
19
  int level = 0:
20
20
 
21
- if (!string.IsNullOrWEmpty(textBox2.Text)) {
21
+ if (!string.IsNullOrEmpty(textBox2.Text)) {
22
22
 
23
23
  // テキストボックスに入力がある場合
24
24