随笔分类 -  C#

摘要:1 using System; 2 using System.Collections; 3 using System.Collections.Specialized; 4 using System.Data; 5 using System.Data.SqlClient; 6... 阅读全文
posted @ 2015-10-14 14:49 老板栗 阅读(198) 评论(0) 推荐(0)
摘要:1 public class LocalPrinter 2 { 3 private static PrintDocument fPrintDocument = new PrintDocument(); 4 /// 5 /// 获取本机默认打印... 阅读全文
posted @ 2015-10-14 09:47 老板栗 阅读(500) 评论(0) 推荐(0)
摘要:1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.IO; 6 using System.Runtime.Interop... 阅读全文
posted @ 2015-10-13 10:05 老板栗 阅读(275) 评论(0) 推荐(0)
摘要:using System;using System.Collections.Generic;using System.Windows.Forms;using System.Timers;using System.Data;using System.IO;using System.Reflection... 阅读全文
posted @ 2015-10-13 09:59 老板栗 阅读(202) 评论(0) 推荐(0)
摘要:1 i += 1; 2 3 this.Invoke(new Action(delegate 4 { 5 Add delAdd = new Add(AddToListBox); 6 ... 阅读全文
posted @ 2015-10-13 09:46 老板栗 阅读(96) 评论(0) 推荐(0)