回答編集履歴

1

修正

2017/05/18 14:23

投稿

退会済みユーザー
test CHANGED
@@ -38,6 +38,8 @@
38
38
 
39
39
  comboBox1.Items.AddRange(men);
40
40
 
41
+ comboBox1.Text = men[0];
42
+
41
43
  }
42
44
 
43
45
  if (textBox1.Text == "鍋")
@@ -49,6 +51,8 @@
49
51
  comboBox1.Items.Clear();
50
52
 
51
53
  comboBox1.Items.AddRange(nabe);
54
+
55
+ comboBox1.Text = nabe[0];
52
56
 
53
57
  }
54
58