質問編集履歴
2
クラスの書き方を間違えていたため修正しました。
test
CHANGED
File without changes
|
test
CHANGED
@@ -64,7 +64,7 @@
|
|
64
64
|
|
65
65
|
|
66
66
|
|
67
|
-
class ViewModel
|
67
|
+
class ViewModel : INotifyPropertyChanged
|
68
68
|
|
69
69
|
{
|
70
70
|
|
@@ -76,7 +76,7 @@
|
|
76
76
|
|
77
77
|
|
78
78
|
|
79
|
-
class Command
|
79
|
+
class Command : ICommand
|
80
80
|
|
81
81
|
{
|
82
82
|
|
1
クラスの書き方を間違えていたため修正しました。
test
CHANGED
File without changes
|
test
CHANGED
@@ -46,7 +46,7 @@
|
|
46
46
|
|
47
47
|
.
|
48
48
|
|
49
|
-
public partical class Left
|
49
|
+
public partical class Left
|
50
50
|
|
51
51
|
{
|
52
52
|
|
@@ -64,7 +64,7 @@
|
|
64
64
|
|
65
65
|
|
66
66
|
|
67
|
-
class ViewModel
|
67
|
+
class ViewModel
|
68
68
|
|
69
69
|
{
|
70
70
|
|
@@ -76,7 +76,7 @@
|
|
76
76
|
|
77
77
|
|
78
78
|
|
79
|
-
class Command
|
79
|
+
class Command
|
80
80
|
|
81
81
|
{
|
82
82
|
|