摘要: public interface IC { } public class A { IC ic_; public A(IC ic) { ic_ = ic; } } ... 阅读全文
posted @ 2014-08-05 16:37 Yu 阅读(256) 评论(0) 推荐(0) 编辑