質問編集履歴
3
タイトル変更
title
CHANGED
@@ -1,1 +1,1 @@
|
|
1
|
-
DataContextの内容を変更すると、UIに反映されな
|
1
|
+
DataContextの内容を変更すると、UIに反映されなくなる
|
body
CHANGED
File without changes
|
2
誤記修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -10,7 +10,7 @@
|
|
10
10
|
```C#
|
11
11
|
public partial class MyControl : UserControl
|
12
12
|
{
|
13
|
-
public
|
13
|
+
public MyControl (MainWindowViewModel mvm)
|
14
14
|
{
|
15
15
|
InitializeComponent();
|
16
16
|
var vm = DataContext as MyControlViewModel;
|
1
誤記修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -30,7 +30,7 @@
|
|
30
30
|
//以下省略
|
31
31
|
}
|
32
32
|
|
33
|
-
public class
|
33
|
+
public class HogeClass
|
34
34
|
{
|
35
35
|
public class MyList ObservableCollection<Foo>{ get; set}
|
36
36
|
//以下省略
|