comparison Stocks/Stocks.Common/IWebClientShim.cs @ 2:29ed98d659e9

Adding WebClientShim files
author stevenh7776 stevenhollidge@hotmail.com
date Mon, 20 Feb 2012 22:04:50 +0700
parents
children c812bca7b1ac
comparison
equal deleted inserted replaced
1:bd448bb6e0ba 2:29ed98d659e9
1 namespace Stocks.Common
2 {
3 public interface IWebClientShim
4 {
5 string DownloadString(string address);
6 }
7 }