質問編集履歴

1

Cmoveの呼び出し方を修正しました

2020/08/23 13:24

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -34,7 +34,7 @@
34
34
 
35
35
  string typeButton = "AButton";
36
36
 
37
- Cmove;
37
+ Cmove(typeButton);
38
38
 
39
39
 
40
40
 
@@ -52,7 +52,7 @@
52
52
 
53
53
  string typeButton = "BButton";
54
54
 
55
- Cmove;
55
+ Cmove(typeButton);
56
56
 
57
57
 
58
58