摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 6 namespace CompilerTest 7 { 8 // Compiler 9 class MyCompilter 10 { 11 // Provider 12 private Microsoft.CSharp.CSharpCodeProvider Provider; 13 // CompilerPar... 阅读全文
posted @ 2013-07-03 20:21 easyfrog 阅读(487) 评论(0) 推荐(0) 编辑