摘要:public interface iProduct { string Buy(); } [ClassInterface(ClassInterfaceType.None)] public class Product: iProduct { ...
阅读全文
posted @ 2014-09-11 14:09
|
|
|
09 2014 档案
摘要:public interface iProduct { string Buy(); } [ClassInterface(ClassInterfaceType.None)] public class Product: iProduct { ...
阅读全文
posted @ 2014-09-11 14:09
|
|