comparison Stocks/Stocks.Service/AssemblyInit.cs @ 4:57f20ba55884

Fix for webClientShim to use downloadString instead of downloadData Refactoring and introduction of static TimedDelegates.Execute() helper method
author stevenh7776 stevenhollidge@hotmail.com
date Mon, 20 Feb 2012 23:04:58 +0700
parents e5d46bb6cdb0
children c812bca7b1ac
comparison
equal deleted inserted replaced
3:ef54074d5285 4:57f20ba55884
15 Assembly.GetExecutingAssembly().Location); 15 Assembly.GetExecutingAssembly().Location);
16 16
17 logger.Info("Init: {0} {1} ", 17 logger.Info("Init: {0} {1} ",
18 Assembly.GetExecutingAssembly().GetName(), 18 Assembly.GetExecutingAssembly().GetName(),
19 fvi.ProductVersion); 19 fvi.ProductVersion);
20
21 var kernel = new StandardKernel(new IoCModule());
22 } 20 }
23 } 21 }
24 } 22 }