摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using NPOI.HSSF.Model;using NPOI.HSSF.UserModel;using NPOI.SS.UserModel;using System.IO;namespace NPOIstudy01{ class Program { static void Main(string[] args) { HSSFWorkbook wk = new H... 阅读全文
posted @ 2013-01-03 15:09 绝对菜鸟 阅读(1804) 评论(0) 推荐(0) 编辑
摘要: 这是我第一次学习委托的用法,不知道用的对不对,由于本人完全是菜鸟,程序的不对之处,请大家帮忙校正啊;不知道这是使用委托的正确方法吗?using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace firststudy1{ class Program { static void Main(string[] args) { a a1 = new a(); a1.n += new a.m(a1_n)... 阅读全文
posted @ 2013-01-03 12:16 绝对菜鸟 阅读(175) 评论(0) 推荐(0) 编辑