thoemmi / TinyLittleMvvm

A small MVVM library for WPF built on top of MahApps.Metro, supporting .NET Framework >= 4.7.2 and .NET Core >= 3
MIT License
132 stars 22 forks source link

Compatible Mvvm ligth? #4

Closed gmbeas closed 7 years ago

gmbeas commented 7 years ago

Is compatible con mvvm ligth

SimpleIoc.Default.Register<IDialogManager, IDialogService>(); ??

thanks =)

thoemmi commented 7 years ago

I don't know actually. I assume TinyLittleMvvm provides only a small subset of MVVM Light, so I guess if you're already using the latter you won't need TinyLittleMvvm.