随笔分类 -  C#

摘要:using System; using System.Collections.Generic; using System.Text; using Microsoft.Office.Interop.Word; using System.Windows.Forms; using System.IO; using System.Reflection; namespace HustCAD.IntePL... 阅读全文
posted @ 2017-03-24 22:07 Acamy 阅读(379) 评论(0) 推荐(1)
摘要:using System.Threading; using System; namespace ConsoleApplication4 { public class Program { static void Main(string[] args) { try { St... 阅读全文
posted @ 2017-03-24 22:00 Acamy 阅读(391) 评论(0) 推荐(0)
摘要:using System; using System.Collections.Generic; using System.Text; using Microsoft.Office.Interop.Excel; using System.IO; using System.Reflection; using System.Runtime.InteropServices; using Microsof... 阅读全文
posted @ 2016-09-18 20:03 Acamy 阅读(5369) 评论(0) 推荐(0)