質問編集履歴
2
クラスの書き方を間違えていたため修正しました。
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
クラスの書き方を間違えていたため修正しました。
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
|
.
|