示例#1
0
 protected void PreloadResourcesCommandHandler(PreloadResourcesCommand cmd)
 {
     _resourcesService.PreloadResources(cmd.resources);
 }