ViewControl and ViewForm were not actually reacting when their data context changed -- fixed; view models can now delay their search for a main window (needed to synchronize change notifications to the main threads because of those shitty WinForms controls); WindowManager now accepts ...Page as a postfix for a view name, too
git-svn-id: file:///srv/devel/repo-conversion/nuwi@48 d2e56fa2-650e-0410-a79f-9358c0239efd
This commit is contained in:
parent
b405fe957b
commit
a17926d02e
8 changed files with 171 additions and 52 deletions
|
|
@ -59,6 +59,7 @@
|
|||
<Compile Include="Source\AutoBinding\IAutoBinder.cs" />
|
||||
<Compile Include="Source\CommonDialogs\CommonDialogManager.cs" />
|
||||
<Compile Include="Source\CommonDialogs\ICommonDialogService.cs" />
|
||||
<Compile Include="Source\LateCheckedSynchronizer.cs" />
|
||||
<Compile Include="Source\Messages\IMessageService.cs" />
|
||||
<Compile Include="Source\Messages\MessageEventArgs.cs" />
|
||||
<Compile Include="Source\Messages\MessageEventArgs.Test.cs">
|
||||
|
|
@ -154,7 +155,9 @@
|
|||
<Link>Foundation.snk</Link>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
<ItemGroup />
|
||||
<ItemGroup>
|
||||
<Folder Include="Resources\" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||
Other similar extension points exist, see Microsoft.Common.targets.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue