摘要: namespace ConsoleApplication1 { public class Program { private ITestA A; public Program(ITestA B) { A = B; } static void Main(string[] args) { //TestA 阅读全文
posted @ 2018-04-19 16:40 enych 阅读(1122) 评论(0) 推荐(1) 编辑