WPF
app.xaml.cs app.xml -> startupuri で最初に呼び出すxamlウィンドウを指定
(Model)
MVVMライブラリ Prism
MainWindow.xaml MainWindowViewModel.cs が対応して xaml内で BindingすればOK
ReactiveProperty
自動プロパティ ReactiveProperty<hoge>{get;set;} コンストラクタ で 初期値代入 ReactiveProperty 自体は IObservale型 Valueで、逐次発生した値を取得
17: Getting Started Using the Prism Library 5.0 for WPF Hands-on Lab
https://msdn.microsoft.com/en-us/library/ff921141(v=pandp.40).aspx
私はこうしてWPFを覚えてきた | Miew Tech Blog: 株式会社Miewのエンジニアがお送りするテックブログ
Prism.Mvvm + ReactiveProperty サンプル 言語: C# Visual Studio 2013 用