WCF编程一例

public class client : ClientBase<IService1>, IService1 { }

基类要写在接口前面,不然编译就会报错。Compiler Error CS1722

posted @ 2009-11-29 18:26  包建强  Views(699)  Comments(1)    收藏  举报