• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

タグ
未設定

よく使われているワード(クリックで追加)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

なろうブックマーク分析用ツールのPrism+WPFサンプル実装


コミットメタ情報

リビジョンa69411f06d89272ea1f83b20e1897ec7c650c365 (tree)
日時2022-08-07 10:28:24
作者yoshy <yoshy.org.bitbucket@gz.j...>
コミッターyoshy

ログメッセージ

[FIX] IMainWindowViewModel の CommandClosed が漏れていたので追加

変更サマリ

差分

--- a/30Adaptor/Boundary/Gateway/ViewModel/IMainWindowViewModel.cs
+++ b/30Adaptor/Boundary/Gateway/ViewModel/IMainWindowViewModel.cs
@@ -7,5 +7,6 @@ namespace TestNarou.Adaptor.Boundary.Gateway.ViewModel
77 internal static readonly string REGION_NAME = "MainContentPane";
88
99 ReactiveProperty<string> Title { get; }
10+ ReactiveCommand CommandClosed { get; }
1011 }
1112 }
\ No newline at end of file