LogoFX / mvvm

MVVM facilities for developing front-end/client apps
MIT License
5 stars 0 forks source link

Make Localization Manager injectable #4

Open godrose opened 7 years ago

godrose commented 7 years ago

Right now LM is implemented using singleton pattern and available only via static methods. This makes it impossible to inject it into consuming view models and configuring middleware

godrose commented 5 years ago

@glyad

godrose commented 3 years ago

Should also use existing implementation of INotifyPropertyChanged instead of local one