示例#1
0
 public void application_service_registrations_win()
 {
     theRuntime.DefaultRegistrationIs <IModuleService, AppsModuleService>();
 }
示例#2
0
 public void registrations_from_the_main_registry_are_applied()
 {
     theRuntime.DefaultRegistrationIs <IMainService, MainService>();
 }