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 - Show the window #10

Closed Dalstroem closed 9 years ago

Dalstroem commented 9 years ago

Show a window using a ViewModel. Create a new instance of the ViewModel, and set it as the DataContext.

Usage

ShowWindow(new FooViewModel());
Dalstroem commented 9 years ago

Implemented in commit be312c8a616e0f26049f8939ef2c6e6fa3478fd1.