wasStitchNET – Diff between revs 15 and 16

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 15 Rev 16
Line 18... Line 18...
18 } 18 }
Line 19... Line 19...
19   19  
20 /// <summary> 20 /// <summary>
21 /// IXmlRpcStitch proxy for performing XML-RPC calls. 21 /// IXmlRpcStitch proxy for performing XML-RPC calls.
22 /// </summary> 22 /// </summary>
23 public interface IXmlRpcStitchProxy : IXmlRpcStitch 23 public interface IXmlRpcStitchProxy : IXmlRpcStitch, IXmlRpcProxy
24 { 24 {
25 } 25 }
26 } 26 }