Dalstroem / FusionMVVM

[Deprecated] FusionMVVM is a toolkit made for WPF, and provides some easy-to-use features for creating MVVM applications, with focus on dependency injection and loosely-coupled design.
MIT License
0 stars 0 forks source link

WindowLocator - Register window using a ViewModel #9

Closed Dalstroem closed 9 years ago

Dalstroem commented 9 years ago

Register a window using the ViewModel type.

Usage

Register<FooViewModel>();
Register(typeof(FooViewModel));
Dalstroem commented 9 years ago

Implemented in commit 7d40ed50881f09f4838b1d418e8578db9038a7ed.