回答編集履歴
1
誤字修正
test
CHANGED
@@ -34,15 +34,15 @@
|
|
34
34
|
|
35
35
|
reel1 = ImageButton1_Click(); // クラスと引数は省略しています
|
36
36
|
|
37
|
-
reel2 = ImageButton
|
37
|
+
reel2 = ImageButton2_Click();
|
38
38
|
|
39
|
-
reel3 = ImageButton
|
39
|
+
reel3 = ImageButton3_Click();
|
40
40
|
|
41
41
|
|
42
42
|
|
43
43
|
// リールが揃っているか判定する
|
44
44
|
|
45
|
-
if (reel1 == reel2)
|
45
|
+
if (reel1 == reel2){
|
46
46
|
|
47
47
|
if(reel1 == reel3){ // ○○○
|
48
48
|
|