摘要: 自定义一个生成日志文件的类using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.IO;using PrintDatas;using System.Windows.Forms;namespace PrintDatas.Functionlayer{ public class Log { /// /// 日志系统文件(下载) /// /// 处于什么位置 /// 店铺名称 ... 阅读全文
posted @ 2013-11-01 10:54 JasonGu0 阅读(1837) 评论(0) 推荐(1) 编辑
摘要: 自定义一个序列化类using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.IO;using System.Runtime.Serialization.Formatters.Binary;using System.Windows.Forms;namespace PrintDatas.Functionlayer{ class SerializableOperate { /// /// 序列化Font /// ... 阅读全文
posted @ 2013-11-01 10:38 JasonGu0 阅读(159) 评论(0) 推荐(0) 编辑