摘要: using System;using System.Collections.Generic;using System.Text;using System.Security.Cryptography;using System.IO;namespace DESFile{ /// summary /// 异常处理类 /// /summary public class CryptoHelpException : ApplicationException { public CryptoHelpException(string msg) : base(msg) { } } /// summary 阅读全文
posted @ 2010-12-27 15:03 Yao,Mane 阅读(2784) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Text;using System.IO;//using System.Collections;//namespace ControlFile{ /// <summary> /// 文件操作类 /// </summary> public class ControlFileClass { //字段声明 private ArrayList fileListPath = new ArrayList(); pri... 阅读全文
posted @ 2010-12-27 15:02 Yao,Mane 阅读(1828) 评论(0) 推荐(0) 编辑