comparison MetroWpf/Stocks.Common/IWebClientShim.cs @ 20:6109bc268b90

Latest
author adminsh@apollo
date Tue, 20 Mar 2012 13:37:46 +0000
parents
children
comparison
equal deleted inserted replaced
19:09d18d6e5f40 20:6109bc268b90
1 using System;
2 namespace Stocks.Common
3 {
4 public interface IWebClientShim : IDisposable
5 {
6 string DownloadString(string address);
7 }
8 }