質問するログイン新規登録

質問編集履歴

2

クラスの書き方を間違えていたため修正しました。

2021/07/08 02:27

投稿

Uatk_
Uatk_

スコア14

title CHANGED
File without changes
body CHANGED
@@ -31,13 +31,13 @@
31
31
  .
32
32
  }
33
33
 
34
- class ViewModel
34
+ class ViewModel : INotifyPropertyChanged
35
35
  {
36
36
  .
37
37
  .
38
38
  }
39
39
 
40
- class Command
40
+ class Command : ICommand
41
41
  {
42
42
  .
43
43
  .

1

クラスの書き方を間違えていたため修正しました。

2021/07/08 02:27

投稿

Uatk_
Uatk_

スコア14

title CHANGED
File without changes
body CHANGED
@@ -22,7 +22,7 @@
22
22
 
23
23
  ```ここに言語を入力
24
24
  .
25
- public partical class Left()
25
+ public partical class Left
26
26
  {
27
27
  .
28
28
  .
@@ -31,13 +31,13 @@
31
31
  .
32
32
  }
33
33
 
34
- class ViewModel()
34
+ class ViewModel
35
35
  {
36
36
  .
37
37
  .
38
38
  }
39
39
 
40
- class Command()
40
+ class Command
41
41
  {
42
42
  .
43
43
  .