回答編集履歴
5
推敲
answer
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
以下参考
|
2
2
|
~~[データ バインディングの概要](https://docs.microsoft.com/ja-jp/dotnet/framework/wpf/data/data-binding-overview)~~
|
3
3
|
[Windows フォームでのデータ バインディング](https://docs.microsoft.com/ja-jp/dotnet/framework/winforms/windows-forms-data-binding)
|
4
|
+
[Part 1. 双方向データバインドの基本的な使い方](https://blogs.msdn.microsoft.com/nakama/2009/02/26/part-1-2/)
|
4
5
|
実装での参考
|
5
6
|
~~[C# のコードでデータ バインディング (1)](https://sakapon.wordpress.com/2016/07/01/databinding-console-1/)~~
|
6
|
-
[Part 1. 双方向データバインドの基本的な使い方](https://blogs.msdn.microsoft.com/nakama/2009/02/26/part-1-2/)
|
7
7
|
[Windows Forms のデータバインディング](https://qiita.com/peace2048/items/3344913610ad5fa974b2)
|
8
8
|
[Windowsフォームにおける「データ・バインディング」](http://www.atmarkit.co.jp/fdotnet/chushin/introwinform_06/introwinform_06_01.html)
|
4
追記
answer
CHANGED
@@ -3,4 +3,6 @@
|
|
3
3
|
[Windows フォームでのデータ バインディング](https://docs.microsoft.com/ja-jp/dotnet/framework/winforms/windows-forms-data-binding)
|
4
4
|
実装での参考
|
5
5
|
~~[C# のコードでデータ バインディング (1)](https://sakapon.wordpress.com/2016/07/01/databinding-console-1/)~~
|
6
|
+
[Part 1. 双方向データバインドの基本的な使い方](https://blogs.msdn.microsoft.com/nakama/2009/02/26/part-1-2/)
|
6
|
-
|
7
|
+
[Windows Forms のデータバインディング](https://qiita.com/peace2048/items/3344913610ad5fa974b2)
|
8
|
+
[Windowsフォームにおける「データ・バインディング」](http://www.atmarkit.co.jp/fdotnet/chushin/introwinform_06/introwinform_06_01.html)
|
3
修正
answer
CHANGED
@@ -2,4 +2,5 @@
|
|
2
2
|
~~[データ バインディングの概要](https://docs.microsoft.com/ja-jp/dotnet/framework/wpf/data/data-binding-overview)~~
|
3
3
|
[Windows フォームでのデータ バインディング](https://docs.microsoft.com/ja-jp/dotnet/framework/winforms/windows-forms-data-binding)
|
4
4
|
実装での参考
|
5
|
-
[C# のコードでデータ バインディング (1)](https://sakapon.wordpress.com/2016/07/01/databinding-console-1/)
|
5
|
+
~~[C# のコードでデータ バインディング (1)](https://sakapon.wordpress.com/2016/07/01/databinding-console-1/)~~
|
6
|
+
※WPFを利用するものでしたので、取り消します。
|
2
修正
answer
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
以下参考
|
2
|
-
[データ バインディングの概要](https://docs.microsoft.com/ja-jp/dotnet/framework/wpf/data/data-binding-overview)
|
2
|
+
~~[データ バインディングの概要](https://docs.microsoft.com/ja-jp/dotnet/framework/wpf/data/data-binding-overview)~~
|
3
|
-
|
3
|
+
[Windows フォームでのデータ バインディング](https://docs.microsoft.com/ja-jp/dotnet/framework/winforms/windows-forms-data-binding)
|
4
4
|
実装での参考
|
5
5
|
[C# のコードでデータ バインディング (1)](https://sakapon.wordpress.com/2016/07/01/databinding-console-1/)
|
1
追記
answer
CHANGED
@@ -1,2 +1,5 @@
|
|
1
1
|
以下参考
|
2
|
-
[データ バインディングの概要](https://docs.microsoft.com/ja-jp/dotnet/framework/wpf/data/data-binding-overview)
|
2
|
+
[データ バインディングの概要](https://docs.microsoft.com/ja-jp/dotnet/framework/wpf/data/data-binding-overview)
|
3
|
+
|
4
|
+
実装での参考
|
5
|
+
[C# のコードでデータ バインディング (1)](https://sakapon.wordpress.com/2016/07/01/databinding-console-1/)
|