摘要:
public interface iProduct { string Buy(); } [ClassInterface(ClassInterfaceType.None)] public class Product: iProduct { ... 阅读全文
posted @ 2014-09-11 14:09 漂泊一生 阅读(352) 评论(0) 推荐(0)
|
|
|
|
摘要:
public interface iProduct { string Buy(); } [ClassInterface(ClassInterfaceType.None)] public class Product: iProduct { ... 阅读全文
posted @ 2014-09-11 14:09 漂泊一生 阅读(352) 评论(0) 推荐(0) |
|