原文:Registering an already instantiated class in MVVMLight s SimpleIoc
I m moving to using the SimpleIoc for Dependency Injection from using a Static class. There is a Register<TClass>(Func<TClass> factory) where TClass : class method in the SimpleIoc, but I ...