摘要: namespace Microshaoft{ using System; using System.Linq; using System.Reflection; using System.Text; using System.Threading.Tasks; using Microshaoft; class Program { static void Main(string[] args) { Assembly asm = Assembly.GetExecutingAssembly(); ... 阅读全文
posted @ 2012-03-01 20:48 于斯人也 阅读(604) 评论(0) 推荐(0) 编辑
摘要: namespace ConsoleApplication{ using System; using System.Linq; using System.Reflection; using System.Collections.Generic; using Microshaoft; public class Class1 { static void Main(string[] args) { string formula = "(({0}-{1})/{2}+{3})*{4}"; st... 阅读全文
posted @ 2012-03-01 20:38 于斯人也 阅读(580) 评论(0) 推荐(0) 编辑