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

質問編集履歴

3

タイトル変更

2017/03/13 09:02

投稿

退会済みユーザー
title CHANGED
@@ -1,1 +1,1 @@
1
- DataContextの内容を変更すると、UIに反映されな
1
+ DataContextの内容を変更すると、UIに反映されなくなる
body CHANGED
File without changes

2

誤記修正

2017/03/13 09:02

投稿

退会済みユーザー
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 DataBaseCtrl(MainWindowViewModel mvm)
13
+ public MyControl (MainWindowViewModel mvm)
14
14
  {
15
15
  InitializeComponent();
16
16
  var vm = DataContext as MyControlViewModel;

1

誤記修正

2017/03/13 08:43

投稿

退会済みユーザー
title CHANGED
File without changes
body CHANGED
@@ -30,7 +30,7 @@
30
30
  //以下省略
31
31
  }
32
32
 
33
- public class Hoge
33
+ public class HogeClass
34
34
  {
35
35
  public class MyList ObservableCollection<Foo>{ get; set}
36
36
  //以下省略