摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Security.Cryptography;using System.Globalization;namespace PubClass{ public class DES { // 创建Key public string GenerateKey() { DESCryptoServiceProvider desCrypto = (D... 阅读全文
posted @ 2013-11-26 14:48 popoxxll 阅读(617) 评论(0) 推荐(1) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Windows.Forms;namespace PubClass{ /// /// 文件名:PublicClass /// 文件功能描述:同一界面某些共同操作的类 /// 版权所有:Copyright (C) /// 创建日期:2013.8.7 /// 创建人:李东波 /// 修改日期:2013.08.21 /// 修改描述:添加窗体多例模式控制 pu... 阅读全文
posted @ 2013-11-26 14:47 popoxxll 阅读(371) 评论(0) 推荐(1) 编辑