Mercurial > silverbladetech
view Stocks/Stocks.Common/IWebClientShim.cs @ 9:904a9faadf8b
change to .hgignore
author | stevenh7776 stevenhollidge@hotmail.com |
---|---|
date | Tue, 21 Feb 2012 17:07:03 +0700 |
parents | c812bca7b1ac |
children |
line wrap: on
line source
using System; namespace Stocks.Common { public interface IWebClientShim : IDisposable { string DownloadString(string address); } }