Wrapped WinForms' common dialogs into a service, too, in case a view model wants to ask the user to select a file (view models requesting views by activating other view models or services is okay -- it's testable, decoupled and said views/services are fully replaceable)
git-svn-id: file:///srv/devel/repo-conversion/nuwi@47 d2e56fa2-650e-0410-a79f-9358c0239efd
This commit is contained in:
parent
0f70f53f18
commit
b405fe957b
3 changed files with 247 additions and 0 deletions
|
|
@ -57,6 +57,8 @@
|
|||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="Source\AutoBinding\ConventionBinder.cs" />
|
||||
<Compile Include="Source\AutoBinding\IAutoBinder.cs" />
|
||||
<Compile Include="Source\CommonDialogs\CommonDialogManager.cs" />
|
||||
<Compile Include="Source\CommonDialogs\ICommonDialogService.cs" />
|
||||
<Compile Include="Source\Messages\IMessageService.cs" />
|
||||
<Compile Include="Source\Messages\MessageEventArgs.cs" />
|
||||
<Compile Include="Source\Messages\MessageEventArgs.Test.cs">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue