Пример #1
0
 public MvxIocOptions()
 {
     TryToDetectSingletonCircularReferences = true;
     TryToDetectDynamicCircularReferences   = true;
     CheckDisposeIfPropertyInjectionFails   = true;
     PropertyInjectorType    = typeof(MvxPropertyInjector);
     PropertyInjectorOptions = new MvxPropertyInjectorOptions();
 }
Пример #2
0
 public MvxIocOptions()
 {
     TryToDetectSingletonCircularReferences = true;
     TryToDetectDynamicCircularReferences = true;
     CheckDisposeIfPropertyInjectionFails = true;
     PropertyInjectorType = typeof (MvxPropertyInjector);
     PropertyInjectorOptions = new MvxPropertyInjectorOptions();
 }