C#做的计算器

时间:2017-05-22 03:58:22
【文件属性】:

文件名称:C#做的计算器

文件大小:81KB

文件格式:RAR

更新时间:2017-05-22 03:58:22

用c#来写的

using System; using System.Collections.Generic; using System.Linq; using System.Windows.Forms; namespace 计算器 { static class Program { ///

/// 应用程序的主入口点。 /// [STAThread] static void Main() { Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); Application.Run(new Form1()); } } }


【文件预览】:
计算器
----计算器.suo(30KB)
----计算器()
--------计算器 .Designer.cs(26KB)
--------计算器 .resx(6KB)
--------Program.cs(490B)
--------20111302441计算器.csproj(4KB)
--------Properties()
--------计算器 .cs(6KB)
--------obj()
--------bin()
----数据结构 打印.docx(46KB)
----计算器.sln(891B)

网友评论

  • 适合初学者